C# Class NAnt.VSNet.ReferencesResolver

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetAssemblyFileName() public méthode

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.
Résultat string

InitializeLifetimeService() public méthode

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