ITypeProviderCreator Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Defines a group of methods that classes can use to create a type provider for an activity or workflow designer.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
.NET Framework
Available since 3.0
Available since 3.0
Show:

