AttributedModelServices.GetTypeIdentity Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Egy metódus vagy típus egyedi azonosítójának lekérdezése.
Túlterhelések
| Name | Description |
|---|---|
| GetTypeIdentity(MethodInfo) |
A megadott metódus egyedi azonosítójának lekérdezése. |
| GetTypeIdentity(Type) |
A megadott típus egyedi azonosítójának lekérdezése. |
GetTypeIdentity(MethodInfo)
- Forrás:
- AttributedModelServices.cs
- Forrás:
- AttributedModelServices.cs
- Forrás:
- AttributedModelServices.cs
- Forrás:
- AttributedModelServices.cs
A megadott metódus egyedi azonosítójának lekérdezése.
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
Paraméterek
- method
- MethodInfo
A vizsgálandó módszer.
Válaszok
A metódus egyedi azonosítója.
A következőre érvényes:
GetTypeIdentity(Type)
- Forrás:
- AttributedModelServices.cs
- Forrás:
- AttributedModelServices.cs
- Forrás:
- AttributedModelServices.cs
- Forrás:
- AttributedModelServices.cs
A megadott típus egyedi azonosítójának lekérdezése.
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
Paraméterek
- type
- Type
A vizsgálandó típus.
Válaszok
A típus egyedi azonosítója.