C# Class Fanx.Tools.Tool

Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Tool ( ) : System

Register the assembly resolver.

Private Methods

Méthode Description
pad ( string str, int pad ) : string
verifyDlls ( ) : void

Method Details

Tool() protected méthode

Register the assembly resolver.
protected Tool ( ) : System
Résultat System

getArgv() public static méthode

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

getAssemblyName() public static méthode

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
Résultat string

resolveAssembly() public static méthode

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

sysInit() public static méthode

Initialize the .NET enviornement.
public static sysInit ( string reserved ) : void
reserved string
Résultat void