C# Class NAnt.VSNet.ReferencesResolver

Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: skolima/NAnt Class Usage Examples

Public Methods

Method Description
AppendReferencedModulesLocatedInGivenDirectory ( string moduleDirectory, string moduleName, Hashtable &allReferences, Hashtable &unresolvedReferences ) : void
GetAssemblyFileName ( string assemblyName ) : string

Gets the file name of the assembly with the given assembly name.

InitializeLifetimeService ( ) : Object

Obtains a lifetime service object to control the lifetime policy for this instance.

Method Details

AppendReferencedModulesLocatedInGivenDirectory() public method

public AppendReferencedModulesLocatedInGivenDirectory ( string moduleDirectory, string moduleName, Hashtable &allReferences, Hashtable &unresolvedReferences ) : void
moduleDirectory string
moduleName string
allReferences System.Collections.Hashtable
unresolvedReferences System.Collections.Hashtable
return void

GetAssemblyFileName() public method

Gets the file name of the assembly with the given assembly name.
public GetAssemblyFileName ( string assemblyName ) : string
assemblyName string The assembly name of the assembly of which the file name should be returned.
return string

InitializeLifetimeService() public method

Obtains a lifetime service object to control the lifetime policy for this instance.
public InitializeLifetimeService ( ) : Object
return Object