Méthode | Description | |
---|---|---|
GetAssemblyReferences ( NAnt.VSNet.Configuration solutionConfiguration ) : |
Gets the complete set of assemblies that need to be referenced when a project references this component.
|
|
GetOutputFiles ( NAnt.VSNet.Configuration solutionConfiguration, |
Gets the complete set of output files for the referenced project. The key of the case-insensitive Hashtable is the full path of the output file and the value is the path relative to the output directory. |
|
GetPrimaryOutputFile ( NAnt.VSNet.Configuration solutionConfiguration ) : string |
Gets the path of the reference, without taking the "copy local" setting into consideration.
|
|
GetTimestamp ( NAnt.VSNet.Configuration solutionConfiguration ) : System.DateTime |
Gets the timestamp of the reference.
|
Méthode | Description | |
---|---|---|
GetPrimaryInteropAssembly ( ) : string | ||
GetTypeLibrary ( ) : string | ||
GetTypeLibraryName ( string typeLibraryPath ) : string | ||
ImportActiveXLibrary ( ) : void | ||
ImportTypeLibrary ( ) : void | ||
ResolveWrapperAssembly ( ) : string | ||
WrapperReferenceBase ( |
Méthode | Description | |
---|---|---|
CreateInvalidTypeLibraryRegistrationException ( ) : |
||
CreateTypeLibraryNotRegisteredException ( ) : |
||
CreateTypeLibraryPathDoesNotExistException ( string typeLibraryPath ) : |
||
CreateWrapper ( NAnt.VSNet.ConfigurationBase config ) : string | ||
LoadTypeLibEx ( string strTypeLibName, int regKind, [ typeLib ) : void | ||
Sync ( NAnt.VSNet.ConfigurationBase config ) : void |
Removes wrapper assembly from build directory, if wrapper assembly no longer exists in output directory or is not in sync with build directory, to force rebuild.
|
public GetAssemblyReferences ( NAnt.VSNet.Configuration solutionConfiguration ) : |
||
solutionConfiguration | NAnt.VSNet.Configuration | The solution configuration that is built. |
Résultat |
public GetOutputFiles ( NAnt.VSNet.Configuration solutionConfiguration, |
||
solutionConfiguration | NAnt.VSNet.Configuration | The solution configuration that is built. |
outputFiles | The set of output files to be updated. | |
Résultat | void |
protected GetPrimaryInteropAssembly ( ) : string | ||
Résultat | string |
public GetPrimaryOutputFile ( NAnt.VSNet.Configuration solutionConfiguration ) : string | ||
solutionConfiguration | NAnt.VSNet.Configuration | The solution configuration that is built. |
Résultat | string |
public GetTimestamp ( NAnt.VSNet.Configuration solutionConfiguration ) : System.DateTime | ||
solutionConfiguration | NAnt.VSNet.Configuration | The solution configuration that is built. |
Résultat | System.DateTime |
protected GetTypeLibraryName ( string typeLibraryPath ) : string | ||
typeLibraryPath | string | |
Résultat | string |
protected abstract ImportActiveXLibrary ( ) : void | ||
Résultat | void |
protected abstract ImportTypeLibrary ( ) : void | ||
Résultat | void |
protected ResolveWrapperAssembly ( ) : string | ||
Résultat | string |
protected WrapperReferenceBase ( |
||
xmlDefinition | ||
referencesResolver | ||
parent | ||
gacCache | ||
Résultat | System.Runtime.InteropServices.ComTypes |