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
屬性
| 名稱 | Description |
|---|---|
| ArgCount |
取得傳入方法的參數數。 (繼承來源 IMethodMessage) |
| Args |
會接收一組參數傳入方法。 (繼承來源 IMethodMessage) |
| Exception |
在方法呼叫時會拋出例外。 (繼承來源 IMethodReturnMessage) |
| HasVarArgs |
會得到一個值,表示訊息是否有變數參數。 (繼承來源 IMethodMessage) |
| LogicalCallContext |
會取得目前方法呼叫的 。LogicalCallContext (繼承來源 IMethodMessage) |
| MethodBase |
取得被調用方法的 。MethodBase (繼承來源 IMethodMessage) |
| MethodName |
會獲得所調用方法的名稱。 (繼承來源 IMethodMessage) |
| MethodSignature |
會得到包含方法簽名的物件。 (繼承來源 IMethodMessage) |
| OutArgCount |
取得標記為 |
| OutArgs |
回傳標記為 a |
| Properties |
會得到 IDictionary 代表訊息屬性集合的 。 (繼承來源 IMessage) |
| ReturnValue |
取得方法呼叫的回傳值。 (繼承來源 IMethodReturnMessage) |
| TypeName |
取得呼叫目標特定物件的全 Type 名。 (繼承來源 IMethodMessage) |
| Uri |
取得呼叫目標特定物件的 URI。 (繼承來源 IMethodMessage) |
方法
| 名稱 | Description |
|---|---|
| GetArg(Int32) |
作為 Object。 (繼承來源 IMethodMessage) |
| GetArgName(Int32) |
會將參數名稱傳入方法。 (繼承來源 IMethodMessage) |
| GetOutArg(Int32) |
回傳標記為 a |
| GetOutArgName(Int32) |
回傳標記為 a |