GeneratedInternalTypeHelper ClassDelta Engine Documentation
GeneratedInternalTypeHelper View code on GitHub
Inheritance Hierarchy

System Object
  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

public sealed class GeneratedInternalTypeHelper : InternalTypeHelper

The GeneratedInternalTypeHelper type exposes the following members.

Constructors

  NameDescription
Public methodGeneratedInternalTypeHelper
Creates a new instance of the GeneratedInternalTypeHelper class.
Top
Methods

  NameDescription
Protected methodAddEventHandler
AddEventHandler View code on GitHub
(Overrides InternalTypeHelper AddEventHandler(EventInfo, Object, Delegate).)
Protected methodCreateDelegate
CreateDelegate View code on GitHub
(Overrides InternalTypeHelper CreateDelegate(Type, Object, String).)
Protected methodCreateInstance
CreateInstance View code on GitHub
(Overrides InternalTypeHelper CreateInstance(Type, CultureInfo).)
Protected methodGetPropertyValue
GetPropertyValue View code on GitHub
(Overrides InternalTypeHelper GetPropertyValue(PropertyInfo, Object, CultureInfo).)
Protected methodSetPropertyValue
SetPropertyValue View code on GitHub
(Overrides InternalTypeHelper SetPropertyValue(PropertyInfo, Object, Object, CultureInfo).)
Top
See Also