AttributedModelServices::GetTypeIdentity Method (MethodInfo^)

 

Gets the unique identifier for the specified method.

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

public:
static String^ GetTypeIdentity(
	MethodInfo^ method
)

Parameters

method
Type: System.Reflection::MethodInfo^

The method to examine.

Return Value

Type: System::String^

The unique identifier for the method.

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