RegistrationMethod Enum

Definition

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

Assembly 2

The assembly should be in the GAC or in PrivateAssemblies.

CodeBase 1

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

Default 0

Default should only be used by tools.

Applies to