ConstructionResponse 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
實作 IConstructionReturnMessage 介面,以建立訊息來回應執行個體化 (Instantiate) 遠端物件的呼叫。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public ref class ConstructionResponse : System::Runtime::Remoting::Messaging::MethodResponse, System::Runtime::Remoting::Activation::IConstructionReturnMessage
[System.CLSCompliant(false)]
[System.Serializable]
public class ConstructionResponse : System.Runtime.Remoting.Messaging.MethodResponse, System.Runtime.Remoting.Activation.IConstructionReturnMessage
[System.CLSCompliant(false)]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class ConstructionResponse : System.Runtime.Remoting.Messaging.MethodResponse, System.Runtime.Remoting.Activation.IConstructionReturnMessage
[System.CLSCompliant(false)]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ConstructionResponse : System.Runtime.Remoting.Messaging.MethodResponse, System.Runtime.Remoting.Activation.IConstructionReturnMessage
[<System.CLSCompliant(false)>]
[<System.Serializable>]
type ConstructionResponse = class
inherit MethodResponse
interface IConstructionReturnMessage
interface IMethodReturnMessage
interface IMethodMessage
interface IMessage
[<System.CLSCompliant(false)>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ConstructionResponse = class
inherit MethodResponse
interface IConstructionReturnMessage
interface IMethodReturnMessage
interface IMethodMessage
interface IMessage
[<System.CLSCompliant(false)>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ConstructionResponse = class
inherit MethodResponse
interface IConstructionReturnMessage
interface IMethodReturnMessage
interface IMethodMessage
interface IMessage
Public Class ConstructionResponse
Inherits MethodResponse
Implements IConstructionReturnMessage
- 繼承
- 屬性
- 實作
備註
ConstructionResponse對象會傳回與 IConstructionCallMessage 介面一起傳送之建構要求的結果。
類別ConstructionResponse是由 .NET Framework 的遠端基礎結構所使用。 您不需要直接建立 類別的 ConstructionResponse 實例,而是使用 IConstructionReturnMessage 介面。
建構函式
ConstructionResponse(Header[], IMethodCallMessage) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 從遠端標頭的陣列和要求訊息,初始化 ConstructionResponse 類別的新執行個體。 |
欄位
ExternalProperties |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 指定 IDictionary 介面,表示遠端訊息的屬性集合。 (繼承來源 MethodResponse) |
InternalProperties |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 指定 IDictionary 介面,表示遠端訊息的屬性集合。 (繼承來源 MethodResponse) |
屬性
ArgCount |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得傳遞給方法的引數數目。 (繼承來源 MethodResponse) |
Args |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得傳遞給方法的引數陣列。 (繼承來源 MethodResponse) |
Exception |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得方法呼叫期間擲回的例外狀況,但如果方法沒有擲回例外狀況,則為 |
HasVarArgs |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得值,指出方法是否接受變動數目的引數。 (繼承來源 MethodResponse) |
LogicalCallContext |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得目前方法呼叫的 LogicalCallContext。 (繼承來源 MethodResponse) |
MethodBase |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得受呼叫方法的 MethodBase。 (繼承來源 MethodResponse) |
MethodName |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得受叫用方法的名稱。 (繼承來源 MethodResponse) |
MethodSignature |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得包含方法簽章的物件。 (繼承來源 MethodResponse) |
OutArgCount |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得方法呼叫中標記為 |
OutArgs |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得方法呼叫中標記為 |
Properties |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得 IDictionary 介面,表示遠端訊息的屬性集合。 |
ReturnValue |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得方法呼叫的傳回值。 (繼承來源 MethodResponse) |
TypeName |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得進行方法呼叫之遠端物件的完整型別名稱。 (繼承來源 MethodResponse) |
Uri |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得進行方法呼叫之遠端物件的統一資源識別元 (URI)。 (繼承來源 MethodResponse) |
方法
Equals(Object) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetArg(Int32) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 在指定索引處取得方法引數當做物件。 (繼承來源 MethodResponse) |
GetArgName(Int32) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 在指定索引處取得方法引數的名稱。 (繼承來源 MethodResponse) |
GetHashCode() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 做為預設雜湊函式。 (繼承來源 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 GetObjectData(SerializationInfo, StreamingContext) 方法尚未實作。 (繼承來源 MethodResponse) |
GetOutArg(Int32) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 傳回標記為 |
GetOutArgName(Int32) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 傳回標記為 |
GetType() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 取得目前執行個體的 Type。 (繼承來源 Object) |
HeaderHandler(Header[]) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 從套用至方法的遠端標頭陣列,初始化內部序列化 (Serialization) 處理常式。 (繼承來源 MethodResponse) |
MemberwiseClone() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 建立目前 Object 的淺層複製。 (繼承來源 Object) |
RootSetObjectData(SerializationInfo, StreamingContext) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 設定序列化設定中的方法資訊。 (繼承來源 MethodResponse) |
ToString() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 傳回代表目前物件的字串。 (繼承來源 Object) |