Context.UnregisterDynamicProperty Method
.NET Framework 4
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Unregisters a dynamic property implementing the IDynamicProperty interface.
Assembly: mscorlib (in mscorlib.dll)
[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.Infrastructure)] public static bool UnregisterDynamicProperty( string name, ContextBoundObject obj, Context ctx )
Parameters
- name
- Type: System.String
The name of the dynamic property to unregister.
- obj
- Type: System.ContextBoundObject
The object/proxy for which the property is registered.
- ctx
- Type: System.Runtime.Remoting.Contexts.Context
The context for which the property is registered.
| Exception | Condition |
|---|---|
| ArgumentNullException |
The name parameter is null. |
| ArgumentException |
Both an object as well as a context are specified (both obj and ctx are not null). |
-
SecurityPermission
for plugging code into the CLR infrastructure. Associated enumeration: SecurityPermissionFlag.Infrastructure.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.