C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCSTOR.IDSETWithReplGuid

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( byte streamByte, int startIndex ) : int

Deserialize the stream.

Serialize ( ) : byte[]

Serialize this structure.

Size ( ) : int

Get the size of the IDSETWithReplGuid

메소드 상세

Deserialize() 공개 메소드

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

Serialize() 공개 메소드

Serialize this structure.
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Get the size of the IDSETWithReplGuid
public Size ( ) : int
리턴 int