MonoCecilAssemblyResolver Class |
Namespace: Nova.CodeDOM
public class MonoCecilAssemblyResolver : BaseAssemblyResolver
The MonoCecilAssemblyResolver type exposes the following members.
Name | Description | |
---|---|---|
MonoCecilAssemblyResolver |
Create a MonoCecilAssemblyResolver.
|
Name | Description | |
---|---|---|
AddSearchDirectory | (Inherited from BaseAssemblyResolver.) | |
Clone |
Deep-clone the object.
(Overrides BaseAssemblyResolverClone.) | |
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.) | |
GetSearchDirectories | (Inherited from BaseAssemblyResolver.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveSearchDirectory | (Inherited from BaseAssemblyResolver.) | |
Reset |
Reset any cached data regarding assemblies that failed to resolve.
| |
Resolve(String) | (Inherited from BaseAssemblyResolver.) | |
Resolve(AssemblyNameReference) |
Resolve the requested assembly name in the current Project scope.
(Overrides BaseAssemblyResolverResolve(AssemblyNameReference).) | |
Resolve(String, ReaderParameters) | (Inherited from BaseAssemblyResolver.) | |
Resolve(AssemblyNameReference, ReaderParameters) | (Inherited from BaseAssemblyResolver.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ResolveFailure | (Inherited from BaseAssemblyResolver.) |
Name | Description | |
---|---|---|
_failedToLoad |
Cache for assemblies that fail to resolve.
| |
_project |
The Project that this assembly resolver is associated with.
|