C# Class PERWAPI.CILWriter

Inheritance: System.IO.StreamWriter
Show file Open project: xored/f4 Class Usage Examples

Private Properties

Property Type Description
AddRef void
BuildCILInfo void

Public Methods

Method Description
CILWriter ( string filename, bool debug, PEFile pefile ) : System
WriteFile ( bool debug ) : void

Private Methods

Method Description
AddRef ( ReferenceScope refScope ) : void
BuildCILInfo ( ) : void

Method Details

CILWriter() public method

public CILWriter ( string filename, bool debug, PEFile pefile ) : System
filename string
debug bool
pefile PEFile
return System

WriteFile() public method

public WriteFile ( bool debug ) : void
debug bool
return void