Method | Description | |
---|---|---|
RegistryEntry ( |
Constructs a new RegistryEntry object
|
|
Show ( ) : void |
Displays the contents in the host's default dock panel
|
|
Show ( |
Displays the contents in the given panel
|
public RegistryEntry ( |
||
plugin | The plugin the entry is from | |
type | The invokable type found in the plugin | |
name | string | The simple name of the entry |
className | string | The full class name, including namespaces of the type |
return | System |
public Show ( |
||
panel | The parent panel to dock the content in | |
return | void |