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

상속: BasicObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

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

메소드 상세

DoDeserializeFromByteArray() 보호된 메소드

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

ExGUIDArray() 공개 메소드

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

ExGUIDArray() 공개 메소드

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

ExGUIDArray() 공개 메소드

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

SerializeToByteList() 공개 메소드

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