C# Class Microsoft.Protocols.TestSuites.MS_OXCSTOR.Globset

A GLOBSET is a set of GLOBCNT values that are typically reduced to GLOBCNT ranges.
ファイルを表示 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ParseCommand ( byte data, int index ) : int

Parse a command by given the data

Method Details

GetBytes() public method

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

Globset() public method

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

Globset() public method

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