C# Class MakeBundle, mono

ファイルを表示 Open project: mono/mono Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
GetAssemblyName ( string path ) : string

Private Methods

Method 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 method

public static GetAssemblyName ( string path ) : string
path string
return string