AttributedModelServices.GetTypeIdentity Yöntem

Tanım

Bir yöntem veya tür için benzersiz tanımlayıcıyı alır.

Aşırı Yüklemeler

Name Description
GetTypeIdentity(MethodInfo)

Belirtilen yöntem için benzersiz tanımlayıcıyı alır.

GetTypeIdentity(Type)

Belirtilen tür için benzersiz tanımlayıcıyı alır.

GetTypeIdentity(MethodInfo)

Kaynak:
AttributedModelServices.cs
Kaynak:
AttributedModelServices.cs
Kaynak:
AttributedModelServices.cs
Kaynak:
AttributedModelServices.cs

Belirtilen yöntem için benzersiz tanımlayıcıyı alır.

public:
 static System::String ^ GetTypeIdentity(System::Reflection::MethodInfo ^ method);
public static string GetTypeIdentity(System.Reflection.MethodInfo method);
static member GetTypeIdentity : System.Reflection.MethodInfo -> string
Public Function GetTypeIdentity (method As MethodInfo) As String

Parametreler

method
MethodInfo

İncelenmesi gereken yöntem.

Döndürülenler

Yöntemin benzersiz tanımlayıcısı.

Şunlara uygulanır

GetTypeIdentity(Type)

Kaynak:
AttributedModelServices.cs
Kaynak:
AttributedModelServices.cs
Kaynak:
AttributedModelServices.cs
Kaynak:
AttributedModelServices.cs

Belirtilen tür için benzersiz tanımlayıcıyı alır.

public:
 static System::String ^ GetTypeIdentity(Type ^ type);
public static string GetTypeIdentity(Type type);
static member GetTypeIdentity : Type -> string
Public Function GetTypeIdentity (type As Type) As String

Parametreler

type
Type

İncelenmesi gereken tür.

Döndürülenler

Türün benzersiz tanımlayıcısı.

Şunlara uygulanır