GeneratedInternalTypeHelper Class

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

Provides infrastructure support for XAML markup compilers and developer tools.

Inheritance Hierarchy

Object
  InternalTypeHelper
    XamlGeneratedNamespace.GeneratedInternalTypeHelper

Namespace:  XamlGeneratedNamespace
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.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
Public method GeneratedInternalTypeHelper Infrastructure. Initializes a new instance of the GeneratedInternalTypeHelper class.

Top

Methods

  Name Description
Protected method AddEventHandler When overridden in a derived (generated) class, attaches an event handler delegate to an internal event. (Inherited from InternalTypeHelper.)
Protected method CreateDelegate When overridden in a derived (generated) class, creates an event delegate referencing a non-public handler method. (Inherited from InternalTypeHelper.)
Protected method CreateInstance When overridden in a derived (generated) class, creates an instance of an internal type. (Inherited from InternalTypeHelper.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetPropertyValue When overridden in a derived (generated) class, gets the value of an internal property on the target object (Inherited from InternalTypeHelper.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method SetPropertyValue When overridden in a derived (generated) class, sets the value on an internal property on the target object. (Inherited from InternalTypeHelper.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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.

See Also

Reference

XamlGeneratedNamespace Namespace