IFactoryService Interface

Definition

Defines properties and methods that represent the FactoryService.

public interface class IFactoryService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("3f68ba77-75e9-488e-a0b4-8227df82463b")]
public interface IFactoryService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("3f68ba77-75e9-488e-a0b4-8227df82463b")>]
type IFactoryService = interface
Public Interface IFactoryService
Attributes

Methods

CreateInstance(String, Object[])

Instantiates an object by supplied full name.

CreateInstance<T>(String, Object[])

Instantiates an object based on the given full name.

GetManifestResourceStream(String, String)

Loads the specified manifest resource from the service.

GetType(String)

Retrieves the type of the object for the supplied full type name.

LoadResourceManager(String)

Instantiates an object based on the supplied path.

Applies to