C# Class Hawkeye.DecompilePlugin.ILSpyPluginCore

Inheritance: BaseDecompilerPluginCore
Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Méthodes publiques

Méthode Description
ILSpyPluginCore ( ILSpyPluginDescriptor descriptor ) : System.Drawing

Initializes a new instance of the ILSpyPluginCore class.

Méthodes protégées

Méthode Description
CreateDecompilerController ( ) : IDecompilerController

Method Details

CreateDecompilerController() protected méthode

protected CreateDecompilerController ( ) : IDecompilerController
Résultat IDecompilerController

ILSpyPluginCore() public méthode

Initializes a new instance of the ILSpyPluginCore class.
public ILSpyPluginCore ( ILSpyPluginDescriptor descriptor ) : System.Drawing
descriptor ILSpyPluginDescriptor The descriptor.
Résultat System.Drawing