C# 클래스 Oglr.Extensibility

상속: IExtensibility
파일 보기 프로젝트 열기: SteveDunn/oglr

Private Properties

프로퍼티 타입 설명
FindPluginInstanceForType IEditorPlugin
build void

공개 메소드들

메소드 설명
Extensibility ( ) : System
GetNewEditor ( Type pluginType ) : ItemEditor

비공개 메소드들

메소드 설명
FindPluginInstanceForType ( Type type ) : IEditorPlugin
build ( ) : void

메소드 상세

Extensibility() 공개 메소드

public Extensibility ( ) : System
리턴 System

GetNewEditor() 공개 메소드

public GetNewEditor ( Type pluginType ) : ItemEditor
pluginType System.Type
리턴 Oglr.Core.ItemEditor