MetadataLoadContext.Dispose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.