GrainReference.GetMethodName(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與指定 interfaceId 和 methodId 值相關聯的方法名稱。
protected virtual string GetMethodName (int interfaceId, int methodId);
public virtual string GetMethodName (int interfaceId, int methodId);
abstract member GetMethodName : int * int -> string
override this.GetMethodName : int * int -> string
Protected Overridable Function GetMethodName (interfaceId As Integer, methodId As Integer) As String
Public Overridable Function GetMethodName (interfaceId As Integer, methodId As Integer) As String
參數
- interfaceId
- Int32
介面識別碼
- methodId
- Int32
方法識別碼
傳回
方法名稱字串。