RegistrationMethod Enumeration
Visual Studio 2015
Specifies how the assembly should be registered or located.
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
| Member name | Description | |
|---|---|---|
| Assembly | The assembly should be in the GAC or in the PrivateAssemblies folder. | |
| CodeBase | The path to the assembly should be stored in the registry and used to locate the assembly at runtime. | |
| Default | Should be used only by tools. |
Show: