RegistrationMethod Enumeration

 

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)

public enum RegistrationMethod

Member nameDescription
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.

Return to top
Show: