C# Class Mono.ApplicationLauncher

A class that provides basic services to launch the managed Silverlight code Used by the plugin as an entry point.
ファイルを表示 Open project: shana/moon

Public Methods

Method Description
CreateXamlLoader ( IntPtr native_loader, IntPtr plugin, IntPtr surface, string resourceBase, string filename, string contents ) : ManagedXamlLoader

Creates a new Loader for a XAML file.

DestroyApplication ( IntPtr plugin ) : void

Shutsdown the Application contained in the XAP file in the current AppDomain

InitializeDeployment ( IntPtr plugin, string xapFile, string culture, string uiCulture ) : bool

Loads the Application contained in the XAP file into the current AppDomain

InitializeDeployment ( string culture, string uiCulture ) : bool

Method Details

CreateXamlLoader() public static method

Creates a new Loader for a XAML file.
public static CreateXamlLoader ( IntPtr native_loader, IntPtr plugin, IntPtr surface, string resourceBase, string filename, string contents ) : ManagedXamlLoader
native_loader System.IntPtr
plugin System.IntPtr
surface System.IntPtr
resourceBase string
filename string
contents string
return Mono.Xaml.ManagedXamlLoader

DestroyApplication() public static method

Shutsdown the Application contained in the XAP file in the current AppDomain
public static DestroyApplication ( IntPtr plugin ) : void
plugin System.IntPtr
return void

InitializeDeployment() public static method

Loads the Application contained in the XAP file into the current AppDomain
public static InitializeDeployment ( IntPtr plugin, string xapFile, string culture, string uiCulture ) : bool
plugin System.IntPtr
xapFile string
culture string
uiCulture string
return bool

InitializeDeployment() public static method

public static InitializeDeployment ( string culture, string uiCulture ) : bool
culture string
uiCulture string
return bool