共用方式為


AttributedModelServices.GetTypeIdentity 方法

定義

取得方法或型別的唯一識別項。

多載

GetTypeIdentity(MethodInfo)

取得指定之方法的唯一識別項。

GetTypeIdentity(Type)

取得指定之型別的唯一識別項。

GetTypeIdentity(MethodInfo)

來源:
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

取得指定之型別的唯一識別項。

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

要檢查的型別。

傳回

型別的唯一識別項。

適用於