IHostStubClass Class

Definition

Provides methods for creating class factories.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class IHostStubClass : Microsoft::IE::IHostStub
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("05EBA30A-0164-11D3-8729-00C04F79ED0D")]
public class IHostStubClass : Microsoft.IE.IHostStub
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("05EBA30A-0164-11D3-8729-00C04F79ED0D")>]
type IHostStubClass = class
    interface IHostEx
    interface IHostStub
Public Class IHostStubClass
Implements IHostStub
Inheritance
IHostStubClass
Attributes
Implements

Constructors

IHostStubClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the IHostStubClass class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetClassFactory(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a class factory for a type in the specified assembly.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a secure class factory for a type in the specified assembly.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to