C# Class Framework.LogASM

Modifies the specified assembly to log it's method actions.
ファイルを表示 Open project: CarlosX/DarkEmu

Public Methods

Method Description
LogASM ( string path, List filterMethods ) : System
StartCilWork ( ) : void

Method Details

LogASM() public method

public LogASM ( string path, List filterMethods ) : System
path string
filterMethods List
return System

StartCilWork() public method

public StartCilWork ( ) : void
return void