C# Class PERWAPI.CILWriter

Inheritance: System.IO.StreamWriter
Afficher le fichier Open project: xored/f4 Class Usage Examples

Private Properties

Свойство Type Description
AddRef void
BuildCILInfo void

Méthodes publiques

Méthode Description
CILWriter ( string filename, bool debug, PEFile pefile ) : System
WriteFile ( bool debug ) : void

Private Methods

Méthode Description
AddRef ( ReferenceScope refScope ) : void
BuildCILInfo ( ) : void

Method Details

CILWriter() public méthode

public CILWriter ( string filename, bool debug, PEFile pefile ) : System
filename string
debug bool
pefile PEFile
Résultat System

WriteFile() public méthode

public WriteFile ( bool debug ) : void
debug bool
Résultat void