ConstructionResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
实现 IConstructionReturnMessage 接口以创建一个消息,该消息对实例化远程对象的调用做出响应。
此 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 支持产品基础结构,不能在代码中直接使用。 从应用到一个方法的远程处理标头数组初始化一个内部序列化处理程序。 (继承自 MethodResponse) |
MemberwiseClone() |
此 API 支持产品基础结构,不能在代码中直接使用。 创建当前 Object 的浅表副本。 (继承自 Object) |
RootSetObjectData(SerializationInfo, StreamingContext) |
此 API 支持产品基础结构,不能在代码中直接使用。 从序列化设置来设置方法信息。 (继承自 MethodResponse) |
ToString() |
此 API 支持产品基础结构,不能在代码中直接使用。 返回表示当前对象的字符串。 (继承自 Object) |