RegistrationMethod Enum
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.
How should the assembly be registered/located.
public enum class RegistrationMethod
public enum class RegistrationMethod
enum RegistrationMethod
[System.CLSCompliant(true)]
public enum RegistrationMethod
public enum RegistrationMethod
[<System.CLSCompliant(true)>]
type RegistrationMethod =
type RegistrationMethod =
Public Enum RegistrationMethod
- Inheritance
-
RegistrationMethod
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default should only be used by tools. |
CodeBase | 1 | The path to the assembly should be stored in the registry and used to locate the assembly at runtime. |
Assembly | 2 | The assembly should be in the GAC or in PrivateAssemblies. |