TypeDescriptor.RemoveAssociation Method
.NET Framework 4
Removes an association between two objects.
Assembly: System (in System.dll)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")] public static void RemoveAssociation( Object primary, Object secondary )
Parameters
- primary
- Type: System.Object
The primary Object.
- secondary
- Type: System.Object
The secondary Object.
| Exception | Condition |
|---|---|
| ArgumentNullException |
One or both of the parameters are null. |
The RemoveAssociation method removes an association between two objects formed by the CreateAssociation method.
A WeakReference is used to maintain the association between the primary and secondary object; therefore, this method does not influence when either object is finalized or reclaimed by garbage collection.
-
NamedPermissionSet
for full access to system resources. Demand value: LinkDemand. Associated state: FullTrust
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.