메소드 | 설명 | |
---|---|---|
Add_Assembly ( string AssemblyCode, string AssemblyFilePath ) : void |
Add an external assembly, likely from an extension or plug-in
|
|
Clear_Assemblies ( ) : void |
Clears the dictionary of assemblies
|
|
Get_Assembly ( string ID ) : string |
Gets the absolute path and filename for an assembly included in one of the extensions, by extension ID
|
메소드 | 설명 | |
---|---|---|
ResourceObjectSettings ( ) : System |
Constructor for a new instance of the ResourceObjectSettings class
|
public static Add_Assembly ( string AssemblyCode, string AssemblyFilePath ) : void | ||
AssemblyCode | string | Code for this assembly |
AssemblyFilePath | string | File path for the DLL assembly to be referenced |
리턴 | void |