VSRegistry Class

Definition

Helper class to handle the registry of the instance of VS that is hosting this code.

public ref class VSRegistry abstract sealed
public ref class VSRegistry abstract sealed
class VSRegistry abstract sealed
public static class VSRegistry
type VSRegistry = class
Public Class VSRegistry
Inheritance
VSRegistry

Methods

RegistryRoot(__VsLocalRegistryType)

Returns a read-only RegistryKey object for the root of a given storage type. It is up to the caller to dispose the returned object.

RegistryRoot(__VsLocalRegistryType, Boolean)

Returns a RegistryKey object for the root of a given storage type. It is up to the caller to dispose the returned object.

RegistryRoot(IServiceProvider, __VsLocalRegistryType, Boolean)

Returns a RegistryKey object for the root of a given storage type. It is up to the caller to dispose the returned object.

Applies to