UrlAttribute.GetPropertiesForNewContext 方法
强制在指定 URL 处的上下文内创建上下文和服务器对象。
**命名空间:**System.Runtime.Remoting.Activation
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
<ComVisibleAttribute(True)> _
Public Overrides Sub GetPropertiesForNewContext ( _
ctorMsg As IConstructionCallMessage _
)
用法
Dim instance As UrlAttribute
Dim ctorMsg As IConstructionCallMessage
instance.GetPropertiesForNewContext(ctorMsg)
[ComVisibleAttribute(true)]
public override void GetPropertiesForNewContext (
IConstructionCallMessage ctorMsg
)
[ComVisibleAttribute(true)]
public:
virtual void GetPropertiesForNewContext (
IConstructionCallMessage^ ctorMsg
) override
/** @attribute ComVisibleAttribute(true) */
public void GetPropertiesForNewContext (
IConstructionCallMessage ctorMsg
)
ComVisibleAttribute(true)
public override function GetPropertiesForNewContext (
ctorMsg : IConstructionCallMessage
)
参数
- ctorMsg
要创建的服务器对象的 IConstructionCallMessage。
异常
异常类型 | 条件 |
---|---|
直接调用方没有基础结构权限。 |
备注
GetPropertiesForNewContext 不为新上下文提供任何属性,因为它由远程处理基础结构用来强制在指定 URL 处的上下文内创建上下文和服务器对象。
.NET Framework 安全性
- SecurityPermission 用于操作基础结构代码。关联的枚举:SecurityPermissionFlag.Infrastructure
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
UrlAttribute 类
UrlAttribute 成员
System.Runtime.Remoting.Activation 命名空间