IHostStub 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.
Represents the stub class for creating class factories. This stub class is never implemented.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IHostStub : Microsoft::IE::IHostEx
[System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")]
public interface IHostStub : Microsoft.IE.IHostEx
[<System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")>]
type IHostStub = interface
interface IHostEx
Public Interface IHostStub
Implements IHostEx
- Derived
- Attributes
- Implements
Methods
GetClassFactory(String, String) |
Creates a class factory for a type in the specified assembly. (Inherited from IHostEx) |
GetSecuredClassFactory(Int32, Int32, String, String, String, String, String) |
Creates a secure class factory for a type in the specified assembly. (Inherited from IHostEx) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.