C# Class BTDB.IL.SourceCodeWriter

Inheritance: IDisposable
Mostra file Open project: Bobris/BTDB Class Usage Examples

Private Properties

Property Type Description
CloseScope void
MarkAndWriteLine void
OpenScope void
SourceCodeWriter System
StartMethod void
StartMethod void
WriteLine void

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
CloseScope ( ) : void
MarkAndWriteLine ( ILGenerator il, string text ) : void
OpenScope ( ) : void
SourceCodeWriter ( string fileName, ISymbolDocumentWriter symbolDocumentWriter ) : System
StartMethod ( string name, MethodInfo mi ) : void
StartMethod ( string name, Type returns, Type parameters, MethodAttributes methodAttributes ) : void
WriteLine ( string text ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void