C# Класс System.Windows.Application

Application base class
Наследование: System.Windows.Threading.DispatcherObject, IHaveResources, IQueryAmbient
Показать файл Открыть проект Примеры использования класса

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