RegistrationMethod Enum

Definition

How should the assembly be registered/located.

C++/CX
public enum class 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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022