C# Class Fanx.Tools.Tool

Mostrar archivo Open project: xored/f4 Class Usage Examples

Public Methods

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: , Version=, Culture=<...>, PublicKeyToken=<...>

resolveAssembly ( object sender, ResolveEventArgs args ) : Assembly

Resolve an assembly that cannot be found in the current AppDomain.

sysInit ( string reserved ) : void

Initialize the .NET enviornement.

Protected Methods

Method Description
Tool ( ) : System

Register the assembly resolver.

Private Methods

Method Description
pad ( string str, int pad ) : string
verifyDlls ( ) : void

Method Details

Tool() protected method

Register the assembly resolver.
protected Tool ( ) : System
return System

getArgv() public static method

Return the cmd line arguments passed for the Fantom launcher code.
public static getArgv ( ) : string[]
return string[]

getAssemblyName() public static method

Get the assembly name from the specified fullName. The fullName has the following format: , Version=, Culture=<...>, PublicKeyToken=<...>
public static getAssemblyName ( string fullName ) : string
fullName string
return string

resolveAssembly() public static method

Resolve an assembly that cannot be found in the current AppDomain.
public static resolveAssembly ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
return System.Reflection.Assembly

sysInit() public static method

Initialize the .NET enviornement.
public static sysInit ( string reserved ) : void
reserved string
return void