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

상속: SerializableBase
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

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

Deserialize from a stream.

GetAuxBlockList ( ) : List

Get AuxBlock list.

Serialize ( Stream stream ) : int

Serialize this instance to a stream

메소드 상세

Deserialize() 공개 메소드

Deserialize from a stream.
public Deserialize ( Stream stream, int size ) : int
stream Stream A stream contains serialize.
size int Must be -1.
리턴 int

GetAuxBlockList() 공개 메소드

Get AuxBlock list.
public GetAuxBlockList ( ) : List
리턴 List

Serialize() 공개 메소드

Serialize this instance to a stream
public Serialize ( Stream stream ) : int
stream Stream A data stream contains serialized object.
리턴 int