public sealed class ComponentAssemblyResolver : IDisposable
Public NotInheritable Class ComponentAssemblyResolver
Implements IDisposable
public ref class ComponentAssemblyResolver sealed : IDisposable
[<SealedAttribute>]
type ComponentAssemblyResolver =
class
interface IDisposable
end
ComponentAssemblyResolver | Constructor |
AddFolder | Add a folder to check for dependencies |
Dispose | This implements the Dispose() interface to properly dispose of the resolver |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
This handles garbage collection to ensure proper disposal of the resolver if not done explicitly
with Dispose.
(Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |