C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.AuxBlock

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

공개 메소드들

메소드 설명
Deserialize ( Stream stream, int size ) : int

Deserialize fields in this class from a stream.

Serialize ( Stream stream ) : int

Serialize fields to a stream

메소드 상세

Deserialize() 공개 메소드

Deserialize fields in this class from a stream.
public Deserialize ( Stream stream, int size ) : int
stream Stream stream contains a serialized instance of this class
size int The number of bytes can read if -1, no limitation, MUST be -1
리턴 int

Serialize() 공개 메소드

Serialize fields to a stream
public Serialize ( Stream stream ) : int
stream Stream The stream where serialized instance will be wrote.
리턴 int