C# Class Hawkeye.DecompilePlugin.ReflectorPluginCore

Inheritance: BaseDecompilerPluginCore
ファイルを表示 Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method Description
ReflectorPluginCore ( ReflectorPluginDescriptor descriptor ) : System

Initializes a new instance of the ReflectorPluginCore class.

Protected Methods

Method Description
CreateDecompilerController ( ) : IDecompilerController

Method Details

CreateDecompilerController() protected method

protected CreateDecompilerController ( ) : IDecompilerController
return IDecompilerController

ReflectorPluginCore() public method

Initializes a new instance of the ReflectorPluginCore class.
public ReflectorPluginCore ( ReflectorPluginDescriptor descriptor ) : System
descriptor ReflectorPluginDescriptor The descriptor.
return System