C# Class Oglr.Extensibility

Inheritance: IExtensibility
Afficher le fichier Open project: SteveDunn/oglr

Private Properties

Свойство Type Description
FindPluginInstanceForType IEditorPlugin
build void

Méthodes publiques

Méthode Description
Extensibility ( ) : System
GetNewEditor ( Type pluginType ) : ItemEditor

Private Methods

Méthode Description
FindPluginInstanceForType ( Type type ) : IEditorPlugin
build ( ) : void

Method Details

Extensibility() public méthode

public Extensibility ( ) : System
Résultat System

GetNewEditor() public méthode

public GetNewEditor ( Type pluginType ) : ItemEditor
pluginType System.Type
Résultat Oglr.Core.ItemEditor