Method | Description | |
---|---|---|
getArgv ( ) : string[] |
Return the cmd line arguments passed for the Fantom launcher code.
|
|
getAssemblyName ( string fullName ) : string |
Get the assembly name from the specified fullName. The fullName has the following format:
|
|
resolveAssembly ( object sender, |
Resolve an assembly that cannot be found in the current AppDomain.
|
|
sysInit ( string reserved ) : void |
Initialize the .NET enviornement.
|
Method | Description | |
---|---|---|
Tool ( ) : System |
Register the assembly resolver.
|
Method | Description | |
---|---|---|
pad ( string str, int pad ) : string | ||
verifyDlls ( ) : void |
public static getAssemblyName ( string fullName ) : string | ||
fullName | string | |
return | string |
public static resolveAssembly ( object sender, |
||
sender | object | |
args | ||
return |
public static sysInit ( string reserved ) : void | ||
reserved | string | |
return | void |