TypeWrapper Class
A wrapper class for Type that provides type information. This is a sealed class.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the current TypeWrapper instance is equal to the specified object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Returns a hash code for the current TypeWrapper instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | 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.
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.

