C# Класс Fanx.Tools.Tool

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Tool ( ) : System

Register the assembly resolver.

Приватные методы

Метод Описание
pad ( string str, int pad ) : string
verifyDlls ( ) : void

Описание методов

Tool() защищенный Метод

Register the assembly resolver.
protected Tool ( ) : System
Результат System

getArgv() публичный статический Метод

Return the cmd line arguments passed for the Fantom launcher code.
public static getArgv ( ) : string[]
Результат string[]

getAssemblyName() публичный статический Метод

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
Результат string

resolveAssembly() публичный статический Метод

Resolve an assembly that cannot be found in the current AppDomain.
public static resolveAssembly ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
Результат System.Reflection.Assembly

sysInit() публичный статический Метод

Initialize the .NET enviornement.
public static sysInit ( string reserved ) : void
reserved string
Результат void