ILocalRegistry3 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodCreateInstance(Guid, Object^, Guid, UInt32, IntPtr)

Creates an instance of a class that is listed in the local registry.

System_CAPS_pubmethodCreateManagedInstance(String^, String^, String^, Guid, IntPtr)

Creates an instance of a managed class and returns a requested interface.

System_CAPS_pubmethodGetClassObjectOfClsid(Guid, UInt32, IntPtr, Guid, IntPtr)

Returns the class object that is associated with a CLSID.

System_CAPS_pubmethodGetClassObjectOfManagedClass(String^, String^, String^, Guid, IntPtr)

Returns an interface that is implemented by a particular managed object.

System_CAPS_pubmethodGetLocalRegistryRoot(String^)

Returns the local registry root.

System_CAPS_pubmethodGetTypeLibOfClsid(Guid, ITypeLib^)

Not implemented. Do not use.

Return to top
Show: