IClassFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of a class of a specific type. For more information, see IClassFactory.
public interface class IClassFactory
public interface class IClassFactory
__interface IClassFactory
[System.Runtime.InteropServices.Guid("00000001-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IClassFactory
[System.Runtime.InteropServices.Guid("00000001-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IClassFactory
[<System.Runtime.InteropServices.Guid("00000001-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IClassFactory = interface
[<System.Runtime.InteropServices.Guid("00000001-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IClassFactory = interface
Public Interface IClassFactory
- Derived
- Attributes
Methods
CreateInstance(Guid, Object) | |
LockServer(Int32) |