Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Hawkeye
DecompilePlugin
ReflectorPluginDescriptor
C# Class Hawkeye.DecompilePlugin.ReflectorPluginDescriptor
Inheritance:
IPluginDescriptor
Exibir arquivo
Open project: odalet/Hawkeye2
Class Usage Examples
Public Methods
Method
Description
Create
(
IHawkeyeHost
host
) :
IPlugin
Creates an instance of the plugin passing it the specified host.
Method Details
Create()
public
method
Creates an instance of the plugin passing it the specified host.
public
Create
(
IHawkeyeHost
host
) :
IPlugin
host
IHawkeyeHost
The host.
return
IPlugin