C# Класс Mono.ApplicationLauncher

A class that provides basic services to launch the managed Silverlight code Used by the plugin as an entry point.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CreateXamlLoader() публичный статический Метод

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
Результат Mono.Xaml.ManagedXamlLoader

DestroyApplication() публичный статический Метод

Shutsdown the Application contained in the XAP file in the current AppDomain
public static DestroyApplication ( IntPtr plugin ) : void
plugin System.IntPtr
Результат void

InitializeDeployment() публичный статический Метод

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
Результат bool

InitializeDeployment() публичный статический Метод

public static InitializeDeployment ( string culture, string uiCulture ) : bool
culture string
uiCulture string
Результат bool