C# 클래스 Mono.ApplicationLauncher

A class that provides basic services to launch the managed Silverlight code Used by the plugin as an entry point.
파일 보기 프로젝트 열기: shana/moon

공개 메소드들

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