C# Class AdvancedLauncher.SDK.Management.Plugins.PluginInfo

Datei anzeigen Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Methods

Method Description
PluginInfo ( string AssemblyPath, string TypeName, byte AssemblyToken ) : System

Main constructor

Method Details

PluginInfo() public method

Main constructor
public PluginInfo ( string AssemblyPath, string TypeName, byte AssemblyToken ) : System
AssemblyPath string Plugin assembly path
TypeName string Plugin type name
AssemblyToken byte Plugin assembly PublicKey token
return System