C# Class NServiceBus.Image

Inheritance: IDisposable
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
Dispose ( ) : void
GetCompilationMode ( string file ) : CompilationMode
Image ( Stream stream ) : System

Private Methods

Method Description
Advance ( int length ) : bool
GetCompilationMode ( ) : CompilationMode
MoveTo ( uint position ) : bool
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetCompilationMode() public static method

public static GetCompilationMode ( string file ) : CompilationMode
file string
return CompilationMode

Image() public method

public Image ( Stream stream ) : System
stream Stream
return System