IConstructionReturnMessage 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別在嘗試啟動遠端物件之後傳回的 IMethodReturnMessage。
public interface class IConstructionReturnMessage : System::Runtime::Remoting::Messaging::IMethodReturnMessage
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
type IConstructionReturnMessage = interface
interface IMethodReturnMessage
interface IMethodMessage
interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type IConstructionReturnMessage = interface
interface IMethodReturnMessage
interface IMethodMessage
interface IMessage
Public Interface IConstructionReturnMessage
Implements IMethodReturnMessage
- 衍生
- 屬性
- 實作
備註
實作 IConstructionReturnMessage 的訊息會傳回使用 IConstructionCallMessage傳送之建構要求的結果。
屬性
ArgCount |
取得傳遞給方法的引數數目。 (繼承來源 IMethodMessage) |
Args |
取得傳遞給方法的引數陣列。 (繼承來源 IMethodMessage) |
Exception |
取得方法呼叫期間擲回的例外狀況。 (繼承來源 IMethodReturnMessage) |
HasVarArgs |
取得值,指出訊息是否具有變數引數。 (繼承來源 IMethodMessage) |
LogicalCallContext |
取得目前方法呼叫的 LogicalCallContext。 (繼承來源 IMethodMessage) |
MethodBase |
取得受呼叫方法的 MethodBase。 (繼承來源 IMethodMessage) |
MethodName |
取得受叫用方法的名稱。 (繼承來源 IMethodMessage) |
MethodSignature |
取得含有方法簽章的物件。 (繼承來源 IMethodMessage) |
OutArgCount |
取得方法呼叫中標記為 |
OutArgs |
傳回標記為 |
Properties |
取得 IDictionary,表示訊息之屬性的集合。 (繼承來源 IMessage) |
ReturnValue |
取得方法呼叫的傳回值。 (繼承來源 IMethodReturnMessage) |
TypeName |
取得呼叫所預定的特定物件的完整 Type 名稱。 (繼承來源 IMethodMessage) |
Uri |
取得呼叫所預定的特定物件的 URI。 (繼承來源 IMethodMessage) |
方法
GetArg(Int32) |
取得當做 Object 的特定引數。 (繼承來源 IMethodMessage) |
GetArgName(Int32) |
取得傳遞給方法的引數的名稱。 (繼承來源 IMethodMessage) |
GetOutArg(Int32) |
傳回標記為 |
GetOutArgName(Int32) |
傳回標記為 |