C# 클래스 ARCed.Plugins.Plugin

This class is used for loading and processing of plugins. It acts as a handle for control between the assemblies.
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
GetEntries ( ) : List

Generates and returns a list of entries to be added to the ARCed Registry

Plugin ( string filename, IPluginHost host ) : System

Creates a new Plugin instance

비공개 메소드들

메소드 설명
GetRegistryClasses ( IEnumerable config ) : string>.Dictionary

Generates a dictionary of simple and full names of registerable windows found

ReadResourceConfiguration ( Assembly assembly ) : IEnumerable

Reads the assembly's resource files for the configuration strings used in creating the windows

메소드 상세

GetEntries() 공개 메소드

Generates and returns a list of entries to be added to the ARCed Registry
public GetEntries ( ) : List
리턴 List

Plugin() 공개 메소드

Creates a new Plugin instance
public Plugin ( string filename, IPluginHost host ) : System
filename string The filename to the assembly that contains the plugin
host IPluginHost The host form that will be using the plugin
리턴 System