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

This class specifies the base class for 16-bit or 32-bit stream object header start.
상속: BasicObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
TryParse ( byte byteArray, int startIndex, StreamObjectHeaderStart &streamObjectHeader ) : int

This method is used to parse the actual 16bit or 32bit stream header.

보호된 메소드들

메소드 설명
StreamObjectHeaderStart ( ) : System

Initializes a new instance of the StreamObjectHeaderStart class.

StreamObjectHeaderStart ( StreamObjectTypeHeaderStart streamObjectTypeHeaderStart ) : System

Initializes a new instance of the StreamObjectHeaderStart class with specified header type.

메소드 상세

StreamObjectHeaderStart() 보호된 메소드

Initializes a new instance of the StreamObjectHeaderStart class.
protected StreamObjectHeaderStart ( ) : System
리턴 System

StreamObjectHeaderStart() 보호된 메소드

Initializes a new instance of the StreamObjectHeaderStart class with specified header type.
protected StreamObjectHeaderStart ( StreamObjectTypeHeaderStart streamObjectTypeHeaderStart ) : System
streamObjectTypeHeaderStart StreamObjectTypeHeaderStart Specify the value of the StreamObjectHeaderStart Type.
리턴 System

TryParse() 공개 정적인 메소드

This method is used to parse the actual 16bit or 32bit stream header.
public static TryParse ( byte byteArray, int startIndex, StreamObjectHeaderStart &streamObjectHeader ) : int
byteArray byte Specify the Byte array.
startIndex int Specify the start position.
streamObjectHeader StreamObjectHeaderStart Specify the out value for the parse result.
리턴 int