GetAssemblyInstalledPath(AssemblyName,Boolean) Method
See Also 
SourceCode.Framework Namespace > Fusion Class > GetAssemblyInstalledPath Method : GetAssemblyInstalledPath(AssemblyName,Boolean) Method



name
useCLR40GAC

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetAssemblyInstalledPath( _
   ByVal name As AssemblyName, _
   ByVal useCLR40GAC As Boolean _
) As String
Visual Basic (Usage) Copy Code
Dim name As AssemblyName
Dim useCLR40GAC As Boolean
Dim value As String
 
value = Fusion.GetAssemblyInstalledPath(name, useCLR40GAC)
C#  
public static string GetAssemblyInstalledPath( 
   AssemblyName name,
   bool useCLR40GAC
)
C++/CLI  
public:
static String^ GetAssemblyInstalledPath( 
   AssemblyName^ name,
   bool useCLR40GAC
) 

Parameters

name
useCLR40GAC

Requirements

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

See Also