C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.ExGuid

The class is used to specify the ExGuid structure.
상속: BasicObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

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

메소드 상세

DoDeserializeFromByteArray() 보호된 메소드

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.
리턴 int

Equals() 공개 메소드

Override the Equals method.
public Equals ( object obj ) : bool
obj object Specify the object.
리턴 bool

ExGuid() 공개 메소드

Initializes a new instance of the ExGuid class, this is a default constructor.
public ExGuid ( ) : System
리턴 System

ExGuid() 공개 메소드

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.
리턴 System

ExGuid() 공개 메소드

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.
리턴 System

GetHashCode() 공개 메소드

Override the GetHashCode.
public GetHashCode ( ) : int
리턴 int

SerializeToByteList() 공개 메소드

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