C# Class Microsoft.Protocols.TestSuites.Common.PropertyId

显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
ID ushort

Public Methods

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

Deserialize the ROP response buffer.

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Deserialize() public method

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
return int

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

ID public_oe property

Property Id.
public ushort ID
return ushort