C# 클래스 Fanx.Tools.Tool

파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
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