Substitutes for System.Type such that type information reported by other APIs does not have a dependency on the common language runtime (CLR) (CLR). This structure is used as a value by properties such as UnderlyingType and Type.
.NET: This type appears as System.Type.
Syntax
public value struct TypeName
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The TypeName structure inherits from the IUnknown interface but does not have additional members.
The TypeName structure has these fields.
| Field | Data type | Description |
|---|---|---|
| Kind |
Basic guidance regarding the origin of the type. | |
| Name |
Name of the type. |
Remarks
When building Windows Store apps with the Microsoft .NET Framework, this type is hidden and developers should use the System.Type type.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows::UI::Xaml::Interop |
|
Metadata |
|
Build date: 12/4/2012