Udostępnij za pośrednictwem


AttributedModelServices.GetTypeIdentity Metoda

Definicja

Pobiera unikatowy identyfikator metody lub typu.

Przeciążenia

GetTypeIdentity(MethodInfo)

Pobiera unikatowy identyfikator określonej metody.

GetTypeIdentity(Type)

Pobiera unikatowy identyfikator określonego typu.

GetTypeIdentity(MethodInfo)

Źródło:
AttributedModelServices.cs
Źródło:
AttributedModelServices.cs
Źródło:
AttributedModelServices.cs

Pobiera unikatowy identyfikator określonej metody.

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

Parametry

method
MethodInfo

Metoda do zbadania.

Zwraca

Unikatowy identyfikator metody.

Dotyczy

GetTypeIdentity(Type)

Źródło:
AttributedModelServices.cs
Źródło:
AttributedModelServices.cs
Źródło:
AttributedModelServices.cs

Pobiera unikatowy identyfikator określonego typu.

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

Parametry

type
Type

Typ do zbadania.

Zwraca

Unikatowy identyfikator typu.

Dotyczy