GeneratedInternalTypeHelper Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A class generated by the workflow designer used to generate CLR types for XAML documents.
Inheritance Hierarchy
System.Object
System.Windows.Markup.InternalTypeHelper
XamlGeneratedNamespace.GeneratedInternalTypeHelper
Namespace: XamlGeneratedNamespace
Assembly: Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)
Syntax
'Declaration
Public NotInheritable Class GeneratedInternalTypeHelper _
Inherits InternalTypeHelper
public sealed class GeneratedInternalTypeHelper : InternalTypeHelper
public ref class GeneratedInternalTypeHelper sealed : public InternalTypeHelper
[<Sealed>]
type GeneratedInternalTypeHelper =
class
inherit InternalTypeHelper
end
public final class GeneratedInternalTypeHelper extends InternalTypeHelper
The GeneratedInternalTypeHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeneratedInternalTypeHelper | Infrastructure. Creates a new instance of the GeneratedInternalTypeHelper class. |
Top
Methods
Name | Description | |
---|---|---|
AddEventHandler | When overridden in a derived (generated) class, attaches an event handler delegate to an internal event. (Inherited from InternalTypeHelper.) | |
CreateDelegate | When overridden in a derived (generated) class, creates an event delegate referencing a non-public handler method. (Inherited from InternalTypeHelper.) | |
CreateInstance | When overridden in a derived (generated) class, creates an instance of an internal type. (Inherited from InternalTypeHelper.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPropertyValue | 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 | 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.) |
Top
Remarks
This type is used by the workflow designer infrastructure and should not be used directly.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.