![]() | AssemblyResolver Class |
Namespace: csscript
public class AssemblyResolver
The AssemblyResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssemblyResolver | Initializes a new instance of the AssemblyResolver class |
Name | Description | |
---|---|---|
![]() | 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.) |
![]() ![]() | FindAssembly |
Resolves namespace/assembly(file) name into array of assembly locations (local and GAC ones).
|
![]() ![]() | FindGlobalAssembly |
Resolves namespace into array of global assembly (GAC) locations.
NOTE: this method does nothing on .NET Core as it offers no GAC discovery mechanism. |
![]() ![]() | FindLocalAssembly |
Resolves namespace into array of local assembly locations.
(Currently it returns only one assembly location but in future
it can be extended to collect all assemblies with the same namespace)
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsLegalPathToken |
Determines whether the string is a legal path token.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | ignoreFileName |
File to be excluded from assembly search
|