C# 클래스 DtaSpy.BizTalkContextReader

Experimental context reader. Still havent reverse-engineered the entire format. A bit shaky and full of Asserts. Use with caution.
상속: IDisposable
파일 보기 프로젝트 열기: niik/DtaSpy 1 사용 예제들

공개 메소드들

메소드 설명
BizTalkContextReader ( Stream stream ) : System

Initializes a new instance of the BizTalkContextReader class.

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetManagedType ( VarEnum valueType ) : Type
ReadArray ( VarEnum elementType ) : object
ReadBoolean ( ) : bool
ReadDateTime ( ) : System.DateTime
ReadDecimal ( ) : decimal
ReadLengthPrefixedString ( ) : string
ReadValue ( ) : object
ReadValue ( VarEnum valueType ) : object

메소드 상세

BizTalkContextReader() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ReadContext() 공개 메소드

public ReadContext ( ) : BizTalkPropertyBag
리턴 BizTalkPropertyBag

ReadContextProperties() 공개 메소드

public ReadContextProperties ( ) : IEnumerable
리턴 IEnumerable