AttributedModelServices.GetTypeIdentity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メソッドまたは型の一意識別子を取得します。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetTypeIdentity(MethodInfo) |
指定したメソッドの一意識別子を取得します。 |
| GetTypeIdentity(Type) |
指定した型の一意識別子を取得します。 |
GetTypeIdentity(MethodInfo)
指定したメソッドの一意識別子を取得します。
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
パラメーター
- method
- MethodInfo
調べるメソッド。
返品
メソッドの一意識別子。
適用対象
GetTypeIdentity(Type)
指定した型の一意識別子を取得します。
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
パラメーター
- type
- Type
調べる型。
返品
型の一意識別子。