TypeDescriptor::RemoveAssociations Method (Object^)

 

Removes all associations for a primary object.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
static void RemoveAssociations(
	Object^ primary
)

Parameters

primary
Type: System::Object^

The primary Object in an association.

Exception Condition
ArgumentNullException

primary is null.

The RemoveAssociations method removes all associations between a primary object and all of its secondary objects, created by calls to 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 the primary of secondary objects are finalized or reclaimed by garbage collection.

NamedPermissionSet

for full access to system resources. Demand value: LinkDemand. Associated state:

.NET Framework
Available since 2.0
Return to top
Show: