UtilAssemblyRegistrationIsAssemblyInGAC(String) Method
Determines whether the specified assembly is installed in GAC (Global Assembly Cache).
Namespace: DevCase.Core.Diagnostics.AssemblyAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsAssemblyInGAC(
string assemblyName
)
Public Shared Function IsAssemblyInGAC (
assemblyName As String
) As Boolean
Dim assemblyName As String
Dim returnValue As Boolean
returnValue = UtilAssemblyRegistration.IsAssemblyInGAC(assemblyName)
public:
static bool IsAssemblyInGAC(
String^ assemblyName
)
static member IsAssemblyInGAC :
assemblyName : string -> bool
No code example is currently available or this language may not be supported.
- assemblyName String
-
A partial or full qualified GAC assembly name.
Boolean if the assembly is installed in GAC; otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isAssemblyInstalled As Boolean = IsAssemblyInGAC("System.dll")
Dim isAssemblyInstalled As Boolean = IsAssemblyInGAC("mscorlib, Version=4.0.0.0, Culture=neutral, ProcessorArchitecture=AMD64")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ArgumentNullException
|
assemblyName
|