C# Class MAPIInspector.Parsers.GLOBSET

Represents GLOBSET structure is a set of GLOBCNT structures, that are reduced to one or more GLOBCNT ranges. A GLOBCNT range is created using any of the commands
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Commands Command[]

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

Method Details

Parse() public method

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains GLOBSET.
return void

Property Details

Commands public_oe property

public Command[] Commands
return Command[]