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

The class is used to specify the ExGuid structure.
Inheritance: BasicObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Override the Equals method.

ExGuid ( ) : System

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

ExGuid ( ExGuid guid2 ) : System

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

ExGuid ( uint value, System.Guid identifier ) : System

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

GetHashCode ( ) : int

Override the GetHashCode.

SerializeToByteList ( ) : List

This method is used to convert the element of ExGuid 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 ExGuid basic object from the specified byte array and start index.

Method Details

DoDeserializeFromByteArray() protected méthode

This method is used to deserialize the ExGuid 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

Equals() public méthode

Override the Equals method.
public Equals ( object obj ) : bool
obj object Specify the object.
Résultat bool

ExGuid() public méthode

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

ExGuid() public méthode

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

ExGuid() public méthode

Initializes a new instance of the ExGuid class with specified value.
public ExGuid ( uint value, System.Guid identifier ) : System
value uint Specify the ExGUID Value.
identifier System.Guid Specify the ExGUID GUID value.
Résultat System

GetHashCode() public méthode

Override the GetHashCode.
public GetHashCode ( ) : int
Résultat int

SerializeToByteList() public méthode

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