Property | Type | Description | |
---|---|---|---|
Dispose | void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public GacCache ( |
||
project | ||
return | System.Security |
public IsAssemblyInGac ( string assemblyFile ) : bool | ||
assemblyFile | string | The name or path of the file that contains the manifest of the assembly. |
return | bool |