C# 클래스 Microsoft.Protocols.TestSuites.MS_OXORULE.ActionBlock

ActionBlock struct in RuleAction
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ActionBlock() 공개 메소드

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

ActionBlock() 공개 메소드

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

Deserialize() 공개 메소드

Deserialized byte array to an ActionBlock instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionBlock instance.
리턴 uint

Serialize() 공개 메소드

Get serialized byte array for this struct
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Get the total Size of ActionData
public Size ( ) : int
리턴 int