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

Base serializable class.
상속: IStructSerializable, IStructDeserializable
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 프로퍼티들

프로퍼티 타입 설명
GuidSize int

공개 메소드들

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

Deserialize an object from a stream.

Serialize ( Stream stream ) : int

Serialize current instance to a stream.

메소드 상세

Deserialize() 공개 추상적인 메소드

Deserialize an object from a stream.
public abstract Deserialize ( Stream stream, int size ) : int
stream Stream A stream contains object fields.
size int Max length can used by this deserialization /// if -1 no limitation except stream length. ///
리턴 int

Serialize() 공개 메소드

Serialize current instance to a stream.
public Serialize ( Stream stream ) : int
stream Stream The stream.
리턴 int

프로퍼티 상세

GuidSize 공개적으로 프로퍼티

The size of a GUID structure in bytes.
public int GuidSize
리턴 int