C# Class Microsoft.Protocols.TestSuites.SharedAdapter.ExGUIDArray

Inheritance: BasicObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
ExGUIDArray ( ) : System

Initializes a new instance of the ExGUIDArray class, this is the default constructor.

ExGUIDArray ( ExGUIDArray extendGuidArray ) : System

Initializes a new instance of the ExGUIDArray class, this is copy constructor.

ExGUIDArray ( List content ) : System

Initializes a new instance of the ExGUIDArray class with specified value.

SerializeToByteList ( ) : List

This method is used to convert the element of ExGUIDArray basic object into a byte List.

Méthodes protégées

Méthode Description
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

This method is used to deserialize the ExGUIDArray basic object from the specified byte array and start index.

Method Details

DoDeserializeFromByteArray() protected méthode

This method is used to deserialize the ExGUIDArray basic object from the specified byte array and start index.
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte Specify the byte array.
startIndex int Specify the start index from the byte array.
Résultat int

ExGUIDArray() public méthode

Initializes a new instance of the ExGUIDArray class, this is the default constructor.
public ExGUIDArray ( ) : System
Résultat System

ExGUIDArray() public méthode

Initializes a new instance of the ExGUIDArray class, this is copy constructor.
public ExGUIDArray ( ExGUIDArray extendGuidArray ) : System
extendGuidArray ExGUIDArray Specify the ExGUIDArray where copies from.
Résultat System

ExGUIDArray() public méthode

Initializes a new instance of the ExGUIDArray class with specified value.
public ExGUIDArray ( List content ) : System
content List Specify the list of ExGuid contents.
Résultat System

SerializeToByteList() public méthode

This method is used to convert the element of ExGUIDArray basic object into a byte List.
public SerializeToByteList ( ) : List
Résultat List