C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.ExtendedErrorInfo

Inheritance: SerializableBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
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

Method Details

Deserialize() public méthode

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

GetAuxBlockList() public méthode

Get AuxBlock list.
public GetAuxBlockList ( ) : List
Résultat List

Serialize() public méthode

Serialize this instance to a stream
public Serialize ( Stream stream ) : int
stream Stream A data stream contains serialized object.
Résultat int