ServiceFactoryRegistrationAttribute Class
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.
Describes a mapping from service moniker to internal service factory type and extension part instance type.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class ServiceFactoryRegistrationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type ServiceFactoryRegistrationAttribute = class
inherit Attribute
Public Class ServiceFactoryRegistrationAttribute
Inherits Attribute
- Inheritance
-
ServiceFactoryRegistrationAttribute
- Attributes
Constructors
ServiceFactoryRegistrationAttribute(String, String, Type, Type, Type) |
Initializes a new instance of the ServiceFactoryRegistrationAttribute class. |
Properties
FactoryType |
Gets the service factory type. |
InstanceType |
Gets the service object instance type. |
InterfaceType |
Gets the target interface type for this service moniker, should be specified if instance type is implementing multiple interfaces. |
Moniker |
Gets the service moniker. |