C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCSTOR.Globset

A GLOBSET is a set of GLOBCNT values that are typically reduced to GLOBCNT ranges.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]

Get Globset in bytes

Globset ( ) : System

Initializes a new instance of the Globset class

Globset ( byte data ) : System

Initializes a new instance of the Globset class

비공개 메소드들

메소드 설명
ParseCommand ( byte data, int index ) : int

Parse a command by given the data

메소드 상세

GetBytes() 공개 메소드

Get Globset in bytes
public GetBytes ( ) : byte[]
리턴 byte[]

Globset() 공개 메소드

Initializes a new instance of the Globset class
public Globset ( ) : System
리턴 System

Globset() 공개 메소드

Initializes a new instance of the Globset class
public Globset ( byte data ) : System
data byte Byte array value
리턴 System