Method | Description | |
---|---|---|
Deserialize ( |
Deserialize fields from a FastTransferStream.
|
|
GetIdset ( ushort id, ushort type ) : |
Gets the REPLGUID_IDSET.
|
|
State ( |
Initializes a new instance of the State class.
|
|
Verify ( |
Verify that a stream's current position contains a serialized state.
|
public Deserialize ( |
||
stream | A FastTransferStream. | |
return | void |
public GetIdset ( ushort id, ushort type ) : |
||
id | ushort | The id to be calculated. |
type | ushort | The type to be calculated. |
return |
public State ( |
||
stream | A FastTransferStream. | |
return | System |
public static Verify ( |
||
stream | A FastTransferStream. | |
return | bool |