MetadataLoadContext.Dispose Method

Definition

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

C#
public void 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

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)