RegistrationMethod Enum

Definition

Specifies how the assembly should be registered or 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

Assembly 2

The assembly should be in the GAC or in the PrivateAssemblies folder.

CodeBase 1

The path to the assembly should be stored in the registry and used to locate the assembly at runtime.

Default 0

Should be used only by tools.

Applies to