GeneratedInternalTypeHelper Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides infrastructure support for XAML markup compilers and developer tools.

Namespace:   XamlGeneratedNamespace
Assemblies:   System.Activities.Core.Presentation (in System.Activities.Core.Presentation.dll)
  System.Activities.Presentation (in System.Activities.Presentation.dll)

System.Object
  System.Windows.Markup.InternalTypeHelper
    XamlGeneratedNamespace.GeneratedInternalTypeHelper

public sealed class GeneratedInternalTypeHelper : InternalTypeHelper

NameDescription
System_CAPS_pubmethodGeneratedInternalTypeHelper()

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.

NameDescription
System_CAPS_protmethodAddEventHandler(EventInfo, Object, Delegate)

When overridden in a derived (generated) class, attaches an event handler delegate to an internal event.(Inherited from InternalTypeHelper.)

System_CAPS_protmethodCreateDelegate(Type, Object, String)

When overridden in a derived (generated) class, creates an event delegate referencing a non-public handler method.(Inherited from InternalTypeHelper.)

System_CAPS_protmethodCreateInstance(Type, CultureInfo)

When overridden in a derived (generated) class, creates an instance of an internal type.(Inherited from InternalTypeHelper.)

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_protmethodGetPropertyValue(PropertyInfo, Object, CultureInfo)

When overridden in a derived (generated) class, gets the value of an internal property on the target object(Inherited from InternalTypeHelper.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodSetPropertyValue(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.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.0
Silverlight
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: