C# Class R.Scheduler.AssemblyPlugin.PluginAppDomainHelper

Inheritance: System.MarshalByRefObject
ファイルを表示 Open project: R-Suite/R.Scheduler Class Usage Examples

Public Methods

Method Description
PluginAppDomainHelper ( string pluginAssemblyPath ) : System

Private Methods

Method Description
AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
IsPlugin ( Type t ) : bool

Method Details

PluginAppDomainHelper() public method

public PluginAppDomainHelper ( string pluginAssemblyPath ) : System
pluginAssemblyPath string
return System