C# 클래스 NAnt.VSNet.ReferencesResolver

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AppendReferencedModulesLocatedInGivenDirectory() 공개 메소드

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

GetAssemblyFileName() 공개 메소드

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.
리턴 string

InitializeLifetimeService() 공개 메소드

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