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

ActionBlock struct in RuleAction
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
ActionBlock ( ) : System

Initializes a new instance of the ActionBlock class.

ActionBlock ( CountByte countType ) : System

Initializes a new instance of the ActionBlock class.

Deserialize ( byte buffer ) : uint

Deserialized byte array to an ActionBlock instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

Method Details

ActionBlock() public méthode

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

ActionBlock() public méthode

Initializes a new instance of the ActionBlock class.
public ActionBlock ( CountByte countType ) : System
countType CountByte The COUNT Type of this class.
Résultat System

Deserialize() public méthode

Deserialized byte array to an ActionBlock instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionBlock instance.
Résultat uint

Serialize() public méthode

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

Size() public méthode

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