C# Class Reinforced.Typings.Cli.Bootstrapper

Class for CLI typescript typings utility
Afficher le fichier Open project: reinforced/Reinforced.Typings

Méthodes publiques

Méthode Description
BuildReferencesCache ( ) : void
CurrentDomainOnAssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
ExtractParametersFromArgs ( string args ) : ExporterConsoleParameters
GetAssembliesFromArgs ( ) : System.Reflection.Assembly[]
InstantiateExportContext ( ) : ExportContext
LookupAssemblyPath ( string assemblyNameOrFullPath, bool storeIfFullName = true ) : string
Main ( string args ) : void

Usage: rtcli.exe Assembly.dll [Assembly2.dll Assembly3.dll ... etc] file.ts

PrintHelp ( ) : void

Private Methods

Méthode Description
BuildError ( string message ) : void
BuildWarn ( string message ) : void
ResolveFluentMethod ( ExportContext context ) : void

Method Details

BuildReferencesCache() public static méthode

public static BuildReferencesCache ( ) : void
Résultat void

CurrentDomainOnAssemblyResolve() public static méthode

public static CurrentDomainOnAssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
Résultat System.Reflection.Assembly

ExtractParametersFromArgs() public static méthode

public static ExtractParametersFromArgs ( string args ) : ExporterConsoleParameters
args string
Résultat ExporterConsoleParameters

GetAssembliesFromArgs() public static méthode

public static GetAssembliesFromArgs ( ) : System.Reflection.Assembly[]
Résultat System.Reflection.Assembly[]

InstantiateExportContext() public static méthode

public static InstantiateExportContext ( ) : ExportContext
Résultat ExportContext

LookupAssemblyPath() public static méthode

public static LookupAssemblyPath ( string assemblyNameOrFullPath, bool storeIfFullName = true ) : string
assemblyNameOrFullPath string
storeIfFullName bool
Résultat string

Main() public static méthode

Usage: rtcli.exe Assembly.dll [Assembly2.dll Assembly3.dll ... etc] file.ts
public static Main ( string args ) : void
args string
Résultat void

PrintHelp() public static méthode

public static PrintHelp ( ) : void
Résultat void