AttributedModelServices::GetTypeIdentity Method (Type^)

 

Gets the unique identifier for the specified type.

Namespace:   System.ComponentModel.Composition
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

public:
static String^ GetTypeIdentity(
	Type^ type
)

Parameters

type
Type: System::Type^

The type to examine.

Return Value

Type: System::String^

The unique identifier for the type.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: