Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
Protocols
TestSuites
MS_OXORULE
Binary_r
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.Binary_r
The Binary_r structure encodes an array of un-interpreted bytes.
显示文件
Open project: OfficeDev/Interop-TestSuites
Class Usage Examples
Public Properties
Property
Type
Description
Cb
uint
Public Methods
Method
Description
Serialize
( ) :
byte[]
This method is used for serializing the Binary_r.
Method Details
Serialize()
public
method
This method is used for serializing the Binary_r.
public
Serialize
( ) :
byte[]
return
byte[]
Property Details
Cb
public_oe property
The number of un-interpreted bytes represented in this structure. This value MUST NOT exceed 2,097,152.
public
uint
Cb
return
uint