TypeWrapper Class

.NET Framework (current version)
 

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

Namespace:   System.Activities.Presentation.View
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

System::Object
  System.Activities.Presentation.View::TypeWrapper

public ref class TypeWrapper sealed 

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the display name for the current wrapper type.

System_CAPS_pubpropertyIsTypeDefinition

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

System_CAPS_pubpropertyTag

Gets data about the wrapper type.

System_CAPS_pubpropertyType

Gets the type in the current TypeWrapper instance.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the current TypeWrapper instance is equal to the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code for the current TypeWrapper instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodToString()

Returns the contents of a tag that contains a label for the current wrapper type.(Overrides Object::ToString().)

TypeWrapper is used by TypePresenter to get type information.

.NET Framework
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: