C# Class Moonlight.MXap

Mostrar archivo Open project: shana/moon Class Usage Examples

Public Methods

Method Description
CreateApplicationAssembly ( ) : bool
CreateCodeBehind ( ) : bool
CreateExternalPart ( string path, XPathNavigator assembly, StringBuilder manifest ) : bool
CreateExternalPartsFromManifest ( string path, StringBuilder manifest ) : bool
CreateHtmlWrapper ( ) : bool
CreateManifest ( ) : bool
CreateResources ( ) : bool
CreateXap ( ) : bool
Main ( string args ) : int
Run ( ) : bool

Private Methods

Method Description
AddAssemblyResource ( string v ) : void
AddContentResource ( string v ) : void
AddResource ( string v ) : void
DoClean ( string app ) : void
ExternalPartError ( string path, string error ) : void
ExternalPartVerificationError ( string path, string error ) : void
ParseBool ( string v, bool defaul ) : bool
RecursiveCopy ( string source, string dir, string dest ) : void
Run21Tool ( string filename, string builddir_exe, string args ) : bool
RunProcess ( string filename, string args ) : bool
RunProcess ( string filename, string args, string &result ) : bool
RunTool ( string filename, string builddir_exe, string args ) : bool
SetRuntimeVersion ( string v ) : void
ShowHelp ( OptionSet os ) : void
VerifyExternalPartAssembly ( string path, string name, string version, string publickeytoken, string relpath ) : bool

Method Details

CreateApplicationAssembly() public method

public CreateApplicationAssembly ( ) : bool
return bool

CreateCodeBehind() public method

public CreateCodeBehind ( ) : bool
return bool

CreateExternalPart() public method

public CreateExternalPart ( string path, XPathNavigator assembly, StringBuilder manifest ) : bool
path string
assembly System.Xml.XPath.XPathNavigator
manifest StringBuilder
return bool

CreateExternalPartsFromManifest() public method

public CreateExternalPartsFromManifest ( string path, StringBuilder manifest ) : bool
path string
manifest StringBuilder
return bool

CreateHtmlWrapper() public method

public CreateHtmlWrapper ( ) : bool
return bool

CreateManifest() public method

public CreateManifest ( ) : bool
return bool

CreateResources() public method

public CreateResources ( ) : bool
return bool

CreateXap() public method

public CreateXap ( ) : bool
return bool

Main() public static method

public static Main ( string args ) : int
args string
return int

Run() public method

public Run ( ) : bool
return bool