LocalRegistryMock Class

Definition

Important

This API is not CLS-compliant.

public ref class LocalRegistryMock : Microsoft::VisualStudio::Shell::Interop::ILocalRegistry3
[System.CLSCompliant(false)]
public class LocalRegistryMock : Microsoft.VisualStudio.Shell.Interop.ILocalRegistry3
[<System.CLSCompliant(false)>]
type LocalRegistryMock = class
    interface ILocalRegistry
    interface ILocalRegistry2
    interface ILocalRegistry3
Public Class LocalRegistryMock
Implements ILocalRegistry3
Inheritance
LocalRegistryMock
Attributes
Implements

Constructors

LocalRegistryMock()

Properties

RegistryRoot

Methods

AddClass(Type, Object)
CreateInstance(Guid, Object, Guid, UInt32, IntPtr)
CreateManagedInstance(String, String, String, Guid, IntPtr)
GetClassObjectOfClsid(Guid, UInt32, IntPtr, Guid, IntPtr)
GetClassObjectOfClsid(Guid, UInt32, IntPtr, Guid, IntPtr)
GetClassObjectOfManagedClass(String, String, String, Guid, IntPtr)
GetLocalRegistryRoot(String)
GetTypeLibOfClsid(Guid, ITypeLib)
GetTypeLibOfClsid(Guid, ITypeLib)

Extension Methods

CreateInstance(ILocalRegistry, Guid)

Creates a cocreateable COM object.

Applies to