C# Класс ARCed.Plugins.RegistryEntry

Represents an entry in the plugin registry.
Наследование: IPluginClient
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RegistryEntry ( Plugin plugin, Type type, string name, string className ) : System

Constructs a new RegistryEntry object

Show ( ) : void

Displays the contents in the host's default dock panel

Show ( DockPanel panel ) : void

Displays the contents in the given panel

Описание методов

RegistryEntry() публичный Метод

Constructs a new RegistryEntry object
public RegistryEntry ( Plugin plugin, Type type, string name, string className ) : System
plugin Plugin The plugin the entry is from
type System.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
Результат System

Show() публичный Метод

Displays the contents in the host's default dock panel
public Show ( ) : void
Результат void

Show() публичный Метод

Displays the contents in the given panel
public Show ( DockPanel panel ) : void
panel ARCed.UI.DockPanel The parent panel to dock the content in
Результат void