Click or drag to resize
StreamDescription Structure
Describes the format and the offset of a value in a stream.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public struct StreamDescription : IEquatable<StreamDescription>

The StreamDescription type exposes the following members.

Properties
  NameDescription
Public propertyFormat
Gets the format.
Public propertyOffset
Gets the offset in bytes.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(StreamDescription)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified instances of StreamDescription are equal.
Public operatorStatic memberInequality
Determines whether two specified instances of StreamDescription are not equal.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also