C# 클래스 MakeBundle, mono

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GetAssemblyName ( string path ) : string

비공개 메소드들

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

메소드 상세

GetAssemblyName() 공개 정적인 메소드

public static GetAssemblyName ( string path ) : string
path string
리턴 string