VsExtensionMethods.GetAssemblyLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the parent folder containing the assembly of the component being registered
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetAssemblyLocation(Microsoft::VisualStudio::Shell::RegistrationAttribute::RegistrationContext ^ context);
public static string GetAssemblyLocation (this Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext context);
static member GetAssemblyLocation : Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext -> string
<Extension()>
Public Function GetAssemblyLocation (context As RegistrationAttribute.RegistrationContext) As String
Parameters
The context information from an external source of a registration attribute
Returns
The local folder or UNC location of the assembly of the component being registered