메소드 | 설명 | |
---|---|---|
AssemblyResolver ( ) : System |
Initializes an instanse of the AssemblyResolver class.
|
|
AssemblyResolver ( NAnt.Core.Task task ) : System |
Initializes an instanse of the AssemblyResolver class in the context of the given Task.
|
|
Attach ( ) : void |
Installs the assembly resolver by hooking up to the AppDomain.AssemblyResolve event.
|
|
Detach ( ) : void |
Uninstalls the assembly resolver.
|
메소드 | 설명 | |
---|---|---|
AssemblyLoad ( object sender, |
Occurs when an assembly is loaded. The loaded assembly is added to the assembly cache.
|
|
AssemblyResolve ( object sender, |
Resolves an assembly not found by the system using the assembly cache.
|
|
Log ( Level messageLevel, string message ) : void |
Logs a message with the given priority. The actual logging is delegated to the Task in which the AssemblyResolver is executing |
public AssemblyResolver ( NAnt.Core.Task task ) : System | ||
task | NAnt.Core.Task | |
리턴 | System |