AssemblyLocator Class |
Namespace: MFiles.VAF
public class AssemblyLocator
The AssemblyLocator type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssemblyLocator |
Constructor.
|
Name | Description | |
---|---|---|
![]() | AllowLoadingAssembliesForProbing |
Specifies whether the assembly resolving event can load assemblies into the AppDomain.
|
Name | Description | |
---|---|---|
![]() | CurrentDomain_AssemblyResolve |
Handler for the app domain's assembly resolve event which is fired if the system can't locate an assembly.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsCompatibleAssembly |
Checks if the loaded assembly assemblyToCheck is compatible with the requestedAssembly.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |