GeneratedInternalTypeHelper
View code on GitHub
Inheritance Hierarchy
System.Windows.Markup InternalTypeHelper
XamlGeneratedNamespace GeneratedInternalTypeHelper
Namespace: XamlGeneratedNamespace
Assembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The GeneratedInternalTypeHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeneratedInternalTypeHelper | Creates a new instance of the GeneratedInternalTypeHelper class. |
Methods
Name | Description | |
---|---|---|
AddEventHandler |
AddEventHandler
View code on GitHub (Overrides InternalTypeHelper AddEventHandler(EventInfo, Object, Delegate).) | |
CreateDelegate |
CreateDelegate
View code on GitHub (Overrides InternalTypeHelper CreateDelegate(Type, Object, String).) | |
CreateInstance |
CreateInstance
View code on GitHub (Overrides InternalTypeHelper CreateInstance(Type, CultureInfo).) | |
GetPropertyValue |
GetPropertyValue
View code on GitHub (Overrides InternalTypeHelper GetPropertyValue(PropertyInfo, Object, CultureInfo).) | |
SetPropertyValue |
SetPropertyValue
View code on GitHub (Overrides InternalTypeHelper SetPropertyValue(PropertyInfo, Object, Object, CultureInfo).) |
See Also