C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.BitMaskRestriction

The BitMaskRestriction structure describes a bitmask restriction, which performs a bitwise AND operation and compares the result with zero.
Inheritance: Restrictions
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
BitMaskRestriction ( ) : System

Initializes a new instance of the BitMaskRestriction class.

Deserialize ( byte buffer ) : uint

De-serialized byte array to a Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

Method Details

BitMaskRestriction() public méthode

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

Deserialize() public méthode

De-serialized byte array to a Restriction instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of a Restriction instance.
Résultat uint

Serialize() public méthode

Get serialized byte array for this structure
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Get the total Size of Restriction
public Size ( ) : int
Résultat int