AttributedModelServices.GetTypeIdentity Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.