GeneratedInternalTypeHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides infrastructure support for XAML markup compilers and developer tools.
public ref class GeneratedInternalTypeHelper sealed : System::Windows::Markup::InternalTypeHelper
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper
type GeneratedInternalTypeHelper = class
inherit InternalTypeHelper
Public NotInheritable Class GeneratedInternalTypeHelper
Inherits InternalTypeHelper
- Inheritance
Constructors
GeneratedInternalTypeHelper() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the GeneratedInternalTypeHelper class. |
Methods
AddEventHandler(EventInfo, Object, Delegate) |
When overridden in a derived (generated) class, attaches an event handler delegate to an internal event. (Inherited from InternalTypeHelper) |
CreateDelegate(Type, Object, String) |
When overridden in a derived (generated) class, creates an event delegate referencing a non-public handler method. (Inherited from InternalTypeHelper) |
CreateInstance(Type, CultureInfo) |
When overridden in a derived (generated) class, creates an instance of an internal type. (Inherited from InternalTypeHelper) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetPropertyValue(PropertyInfo, Object, CultureInfo) |
When overridden in a derived (generated) 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 (generated) class, sets the value on an internal property on the target object. (Inherited from InternalTypeHelper) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |