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

A GLOBSET is a set of GLOBCNT values that are typically reduced to GLOBCNT ranges.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ParseCommand ( byte data, int index ) : int

Parse a command by given the data

Method Details

GetBytes() public méthode

Get Globset in bytes
public GetBytes ( ) : byte[]
Résultat byte[]

Globset() public méthode

Initializes a new instance of the Globset class
public Globset ( ) : System
Résultat System

Globset() public méthode

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