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
Afficher le fichier Open project: niik/DtaSpy Class Usage Examples

Méthodes publiques

Méthode Description
BizTalkContextReader ( Stream stream ) : System

Initializes a new instance of the BizTalkContextReader class.

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReadContext() public méthode

public ReadContext ( ) : BizTalkPropertyBag
Résultat BizTalkPropertyBag

ReadContextProperties() public méthode

public ReadContextProperties ( ) : IEnumerable
Résultat IEnumerable