Design Pattern Framework 3.5
GeneratedInternalTypeHelper Class
Patterns-In-Action! Application ► XamlGeneratedNamespace ► GeneratedInternalTypeHelper
GeneratedInternalTypeHelper
Declaration Syntax
C# | Visual Basic |
public sealed class GeneratedInternalTypeHelper : InternalTypeHelper
Public NotInheritable Class GeneratedInternalTypeHelper _ Inherits InternalTypeHelper
Members
All Members | Constructors | Methods | |||
|
|
|
Icon | Member | Description |
---|---|---|
GeneratedInternalTypeHelper()()() |
Initializes a new instance of the GeneratedInternalTypeHelper class
|
|
AddEventHandler(EventInfo, Object, Delegate) |
When overridden in a derived class, attaches an event handler delegate to an internal event.
(Inherited from InternalTypeHelper.) |
|
CreateDelegate(Type, Object, String) |
When overridden in a derived class, creates an event delegate on a non-public handler method.
(Inherited from InternalTypeHelper.) |
|
CreateInstance(Type, CultureInfo) |
When overridden in a derived class, creates an internal Type.
(Inherited from InternalTypeHelper.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetPropertyValue(PropertyInfo, Object, CultureInfo) |
When overridden in a derived class, gets the value of an internal property on the target object
(Inherited from InternalTypeHelper.) |
|
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
SetPropertyValue(PropertyInfo, Object, Object, CultureInfo) |
When overridden in a derived class, sets the value on an internal property on the target object.
(Inherited from InternalTypeHelper.) |
|
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
InternalTypeHelper | ||
GeneratedInternalTypeHelper |