UtilApplicationIsCurrentAssemblyInGAC Property
Gets a value indicating whether the current executing assembly is installed in GAC (Global Assembly Cache).
Namespace: DevCase.Core.ApplicationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsCurrentAssemblyInGAC { get; }
public:
static property bool IsCurrentAssemblyInGAC {
bool get ();
}
static member IsCurrentAssemblyInGAC : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the current executing assembly is installed in GAC;
otherwise,
.