C# 클래스 System.Windows.Application

Application base class
상속: System.Windows.Threading.DispatcherObject, IHaveResources, IQueryAmbient
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Application Mono
Application Mono
CreateComponentFromName object
Free void
GetAssembly System.Reflection.Assembly
GetComponentTypeFromName Type
GetGenericXamlStyleFor System.Windows.Style
GetType Type
GetXapResource System.Windows.Resources.StreamResourceInfo
INativeEventObjectWrapper Kind
ImportXamlNamespace void
Install bool
LoadXmlnsDefinitionMappings void
OnStartup void
OnUnhandledException void
RegisterEvent void
ReinitializeStaticData void
Terminate void
UnregisterEvent void
convert_keyframe_value_cb void
convert_keyframe_value_cb_safe void
convert_setter_values_cb void
convert_setter_values_cb_safe void
get_default_style_cb IntPtr
get_default_style_cb_safe IntPtr
get_resource_cb ManagedStreamCallbacks
get_resource_cb_safe ManagedStreamCallbacks

공개 메소드들

메소드 설명
CheckAndDownloadUpdateAsync ( ) : void
GetResourceStream ( System.Windows.Resources.StreamResourceInfo zipPackageStreamResourceInfo, Uri uriResource ) : System.Windows.Resources.StreamResourceInfo
GetResourceStream ( Uri uriResource ) : System.Windows.Resources.StreamResourceInfo
Install ( ) : bool
LoadComponent ( object component, Uri resourceLocator ) : void

비공개 메소드들

메소드 설명
Application ( ) : Mono
Application ( IntPtr raw, bool dropref ) : Mono
CreateComponentFromName ( string name ) : object
Free ( ) : void
GetAssembly ( string name ) : Assembly
GetComponentTypeFromName ( string name ) : Type
GetGenericXamlStyleFor ( Type type ) : System.Windows.Style
GetType ( Assembly assembly, string ns, string name ) : Type
GetXapResource ( string resource ) : System.Windows.Resources.StreamResourceInfo
INativeEventObjectWrapper ( ) : Kind
ImportXamlNamespace ( string xmlns ) : void
Install ( bool unattended ) : bool
LoadXmlnsDefinitionMappings ( Assembly a ) : void
OnStartup ( StartupEventArgs e ) : void
OnUnhandledException ( object sender, Exception ex ) : void
RegisterEvent ( int eventId, Delegate managedHandler, UnmanagedEventHandler nativeHandler ) : void
ReinitializeStaticData ( ) : void
Terminate ( ) : void
UnregisterEvent ( int eventId, Delegate managedHandler ) : void
convert_keyframe_value_cb ( Kind kind, IntPtr property_ptr, IntPtr original, Value &converted ) : void
convert_keyframe_value_cb_safe ( Kind kind, IntPtr property_ptr, IntPtr original, Value &converted ) : void
convert_setter_values_cb ( IntPtr style_ptr ) : void
convert_setter_values_cb_safe ( IntPtr style_ptr ) : void
get_default_style_cb ( IntPtr type_info_ptr ) : IntPtr
get_default_style_cb_safe ( IntPtr type_info_ptr ) : IntPtr
get_resource_cb ( string resourceBase, string name ) : ManagedStreamCallbacks
get_resource_cb_safe ( string resourceBase, string name ) : ManagedStreamCallbacks

메소드 상세

CheckAndDownloadUpdateAsync() 공개 메소드

public CheckAndDownloadUpdateAsync ( ) : void
리턴 void

GetResourceStream() 공개 정적인 메소드

public static GetResourceStream ( System.Windows.Resources.StreamResourceInfo zipPackageStreamResourceInfo, Uri uriResource ) : System.Windows.Resources.StreamResourceInfo
zipPackageStreamResourceInfo System.Windows.Resources.StreamResourceInfo
uriResource Uri
리턴 System.Windows.Resources.StreamResourceInfo

GetResourceStream() 공개 정적인 메소드

public static GetResourceStream ( Uri uriResource ) : System.Windows.Resources.StreamResourceInfo
uriResource Uri
리턴 System.Windows.Resources.StreamResourceInfo

Install() 공개 메소드

public Install ( ) : bool
리턴 bool

LoadComponent() 공개 정적인 메소드

public static LoadComponent ( object component, Uri resourceLocator ) : void
component object
resourceLocator Uri
리턴 void