MetadataLoadContext.Dispose Method

Definition

Releases any native resources (such as file locks on assembly files).

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Remarks

After disposal, it is not safe to use any Assembly objects dispensed by the MetadataLoadContext or any reflection objects dispensed by those Assembly objects.

Though objects provided by the MetadataLoadContext strive to throw an ObjectDisposedException, this is not guaranteed.

Some APIs may return fixed or previously cached data. Accessing objects during a Dispose method call may result in an unmanaged access violation and failfast.

Applies to