Property | Type | Description | |
---|---|---|---|
Application | Mono | ||
Application | Mono | ||
CreateComponentFromName | object | ||
Free | void | ||
GetAssembly | |||
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Application ( ) : Mono | ||
Application ( IntPtr raw, bool dropref ) : Mono | ||
CreateComponentFromName ( string name ) : object | ||
Free ( ) : void | ||
GetAssembly ( string name ) : |
||
GetComponentTypeFromName ( string name ) : Type | ||
GetGenericXamlStyleFor ( Type type ) : System.Windows.Style | ||
GetType ( |
||
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 |
public CheckAndDownloadUpdateAsync ( ) : void | ||
return | void |
public static GetResourceStream ( System.Windows.Resources.StreamResourceInfo zipPackageStreamResourceInfo, Uri uriResource ) : System.Windows.Resources.StreamResourceInfo | ||
zipPackageStreamResourceInfo | System.Windows.Resources.StreamResourceInfo | |
uriResource | Uri | |
return | System.Windows.Resources.StreamResourceInfo |
public static GetResourceStream ( Uri uriResource ) : System.Windows.Resources.StreamResourceInfo | ||
uriResource | Uri | |
return | System.Windows.Resources.StreamResourceInfo |
public static LoadComponent ( object component, Uri resourceLocator ) : void | ||
component | object | |
resourceLocator | Uri | |
return | void |