C# Class Microsoft.Protocols.TestSuites.MS_OXCSTOR.IDSETWithReplGuid

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte streamByte, int startIndex ) : int

Deserialize the stream.

Serialize ( ) : byte[]

Serialize this structure.

Size ( ) : int

Get the size of the IDSETWithReplGuid

Method Details

Deserialize() public method

Deserialize the stream.
public Deserialize ( byte streamByte, int startIndex ) : int
streamByte byte data array in byte
startIndex int The startIndex in the data array
return int

Serialize() public method

Serialize this structure.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Get the size of the IDSETWithReplGuid
public Size ( ) : int
return int