C# Class FSSHTTPandWOPIInspector.Parsers.ObjectDeclaration

2.2.1.12.6.1 Object Declaration
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CellReferencesCount CompactUnsigned64bitInteger
ObjectDataSize CompactUnsigned64bitInteger
ObjectExtendedGUID ExtendedGUID
ObjectGroupObjectDeclaration StreamObjectHeader
ObjectPartitionID CompactUnsigned64bitInteger
ObjectReferencesCount CompactUnsigned64bitInteger

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ObjectDeclaration structure.

Method Details

Parse() public method

Parse the ObjectDeclaration structure.
public Parse ( Stream s ) : void
s Stream An stream containing ObjectDeclaration structure.
return void

Property Details

CellReferencesCount public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers CellReferencesCount
return CompactUnsigned64bitInteger

ObjectDataSize public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers ObjectDataSize
return CompactUnsigned64bitInteger

ObjectExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers ObjectExtendedGUID
return ExtendedGUID

ObjectGroupObjectDeclaration public property

public StreamObjectHeader,FSSHTTPandWOPIInspector.Parsers ObjectGroupObjectDeclaration
return StreamObjectHeader

ObjectPartitionID public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers ObjectPartitionID
return CompactUnsigned64bitInteger

ObjectReferencesCount public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers ObjectReferencesCount
return CompactUnsigned64bitInteger