AttributedModelServices.GetTypeIdentity メソッド

定義

メソッドまたは型の一意識別子を取得します。

オーバーロード

名前 説明
GetTypeIdentity(MethodInfo)

指定したメソッドの一意識別子を取得します。

GetTypeIdentity(Type)

指定した型の一意識別子を取得します。

GetTypeIdentity(MethodInfo)

ソース:
AttributedModelServices.cs
ソース:
AttributedModelServices.cs
ソース:
AttributedModelServices.cs
ソース:
AttributedModelServices.cs

指定したメソッドの一意識別子を取得します。

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)

ソース:
AttributedModelServices.cs
ソース:
AttributedModelServices.cs
ソース:
AttributedModelServices.cs
ソース:
AttributedModelServices.cs

指定した型の一意識別子を取得します。

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

調べる型。

返品

型の一意識別子。

適用対象