Property | Type | Description | |
---|---|---|---|
Guid | byte[] | ||
Kind | byte | ||
LID | uint? | ||
Name | byte[] | ||
NameSize | byte? |
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.
|
public Deserialize ( byte ropBytes, int startIndex ) : int | ||
ropBytes | byte | ROPs bytes in response. |
startIndex | int | The start index of this ROP. |
return | int |