프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Dispose | void |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
GacCache ( |
Initializes a new instance of the GacCache class in the context of the given Project.
|
|
IsAssemblyInGac ( string assemblyFile ) : bool |
Determines whether an assembly is installed in the Global Assembly Cache given its file name or path. To determine whether the specified assembly is installed in the Global Assembly Cache, the assembly is loaded into a separate AppDomain. If the family of the current runtime framework does not match the family of the current target framework, this method will return |
|
RecreateDomain ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public GacCache ( |
||
project | ||
리턴 | System.Security |
public IsAssemblyInGac ( string assemblyFile ) : bool | ||
assemblyFile | string | The name or path of the file that contains the manifest of the assembly. |
리턴 | bool |