C# Class MakeBundle, mono

Afficher le fichier Open project: mono/mono Class Usage Examples

Private Properties

Свойство Type Description
CommandLocalTargets void
DetectOS void
Error void
Execute void
GenerateBundles void
GeneratePackage bool
GetEnv string
Help void
LoadAssemblies List
LoadAssembly Assembly
LoadAssemblyFile Assembly
LoadLocalizedAssemblies void
LocateFile string
Main int
MaybeAddFile bool
QueueAssembly bool
VerifySdk void
WriteBuffer void
WriteSymbol void
system int
uname int

Méthodes publiques

Méthode Description
GetAssemblyName ( string path ) : string

Private Methods

Méthode Description
CommandLocalTargets ( ) : void
DetectOS ( ) : void
Error ( string msg ) : void
Execute ( string cmdLine ) : void
GenerateBundles ( List files ) : void
GeneratePackage ( List files ) : bool
GetEnv ( string name, string defaultValue ) : string
Help ( ) : void
LoadAssemblies ( List sources ) : List
LoadAssembly ( string assembly ) : Assembly
LoadAssemblyFile ( string assembly ) : Assembly
LoadLocalizedAssemblies ( List assemblies ) : void
LocateFile ( string default_path ) : string
Main ( string args ) : int
MaybeAddFile ( PackageMaker maker, string code, string file ) : bool
QueueAssembly ( List files, string codebase ) : bool
VerifySdk ( string path ) : void
WriteBuffer ( StreamWriter ts, Stream stream, byte buffer ) : void
WriteSymbol ( StreamWriter sw, string name, long size ) : void
system ( string s ) : int
uname ( IntPtr buf ) : int

Method Details

GetAssemblyName() public static méthode

public static GetAssemblyName ( string path ) : string
path string
Résultat string