Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function IsAssemblyInstalled( _ ByVal name As AssemblyName, _ ByVal location As Fusion.GACLocations _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim name As AssemblyName Dim location As Fusion.GACLocations Dim value As Boolean value = Fusion.IsAssemblyInstalled(name, location) |
C# | |
---|---|
public static bool IsAssemblyInstalled( AssemblyName name, Fusion.GACLocations location ) |
C++/CLI | |
---|---|
public: static bool IsAssemblyInstalled( AssemblyName^ name, Fusion.GACLocations location ) |
Parameters
- name
- location
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2