Modifier

ITypeProviderCreator Interface

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Defines a group of methods that classes can use to create a type provider for an activity or workflow designer.

public interface class ITypeProviderCreator
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")]
public interface ITypeProviderCreator
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface ITypeProviderCreator
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")>]
type ITypeProviderCreator = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0E6DF9D7-B4B5-4af7-9647-FC335CCE393F")>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ITypeProviderCreator = interface
Public Interface ITypeProviderCreator
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Methods

GetLocalAssembly(Object)

Returns the local assembly associated with the specified object.

GetTransientAssembly(AssemblyName)

Returns the transient assembly associated with the specified assembly name.

GetTypeProvider(Object)

Returns the type provider associated with the specified object.

GetTypeResolutionService(Object)

Returns a service that can retrieve an assembly or type by name for the specified object.

Applies to