TypeWrapper Class

Definition

A wrapper class for Type that provides type information. This is a sealed class.

public ref class TypeWrapper sealed
public sealed class TypeWrapper
type TypeWrapper = class
Public NotInheritable Class TypeWrapper
Inheritance
TypeWrapper

Remarks

TypeWrapper is used by TypePresenter to get type information.

Properties

DisplayName

Gets the display name for the current wrapper type.

IsTypeDefinition

Gets an indication whether the type in this TypeWrapper instance is a type definition.

Tag

Gets data about the wrapper type.

Type

Gets the type in the current TypeWrapper instance.

Methods

Equals(Object)

Determines whether the current TypeWrapper instance is equal to the specified object.

GetHashCode()

Returns a hash code for the current TypeWrapper instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns the contents of a tag that contains a label for the current wrapper type.

Applies to