TypeName structure

0 out of 1 rated this helpful - Rate this topic

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.

FieldData typeDescription
Kind

TypeKind

Basic guidance regarding the origin of the type.

Name

String

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

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.