Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the assembly should be registered or located.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Syntax
'Declaration
Public Enumeration RegistrationMethod
public enum RegistrationMethod
public enum class RegistrationMethod
type RegistrationMethod
public enum RegistrationMethod
Members
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. |
See Also
Reference
Microsoft.VisualStudio.Shell Namespace