C# Class DtaSpy.BizTalkContextReader

Experimental context reader. Still havent reverse-engineered the entire format. A bit shaky and full of Asserts. Use with caution.
Inheritance: IDisposable
显示文件 Open project: niik/DtaSpy Class Usage Examples

Public Methods

Method Description
BizTalkContextReader ( Stream stream ) : System

Initializes a new instance of the BizTalkContextReader class.

Dispose ( ) : void
ReadContext ( ) : BizTalkPropertyBag
ReadContextProperties ( ) : IEnumerable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetManagedType ( VarEnum valueType ) : Type
ReadArray ( VarEnum elementType ) : object
ReadBoolean ( ) : bool
ReadDateTime ( ) : System.DateTime
ReadDecimal ( ) : decimal
ReadLengthPrefixedString ( ) : string
ReadValue ( ) : object
ReadValue ( VarEnum valueType ) : object

Method Details

BizTalkContextReader() public method

Initializes a new instance of the BizTalkContextReader class.
public BizTalkContextReader ( Stream stream ) : System
stream Stream The stream.
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ReadContext() public method

public ReadContext ( ) : BizTalkPropertyBag
return BizTalkPropertyBag

ReadContextProperties() public method

public ReadContextProperties ( ) : IEnumerable
return IEnumerable