ITypeProviderCreator Interfaz

Definición

Precaución

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

Define un grupo de métodos que pueden utilizar las clases para crear un proveedor de tipo para una actividad o 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
Atributos

Comentarios

Nota

En esta documentación se describen los tipos y espacios de nombres que están obsoletos. Para obtener más información, vea Tipos en desuso en Windows Workflow Foundation 4.5.

Métodos

GetLocalAssembly(Object)

Devuelve el ensamblado local asociado al objeto especificado.

GetTransientAssembly(AssemblyName)

Devuelve el ensamblado transitorio asociado al nombre de ensamblado especificado.

GetTypeProvider(Object)

Devuelve el proveedor de tipos asociado al objeto especificado.

GetTypeResolutionService(Object)

Devuelve un servicio que puede recuperar un ensamblado o un tipo según el nombre para el objeto especificado.

Se aplica a