다음을 통해 공유


ITypeProviderCreator 인터페이스

정의

주의

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

Activity 또는 워크플로 디자이너의 형식 공급자를 만들기 위해 클래스가 사용할 수 있는 메서드 그룹을 정의합니다.

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
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

메서드

GetLocalAssembly(Object)

지정된 개체와 연결된 로컬 어셈블리를 반환합니다.

GetTransientAssembly(AssemblyName)

지정된 어셈블리 이름과 연결된 임시 어셈블리를 반환합니다.

GetTypeProvider(Object)

지정된 개체와 연결된 형식 공급자를 반환합니다.

GetTypeResolutionService(Object)

지정된 개체의 이름별로 어셈블리 또는 형식을 검색할 수 있는 서비스를 반환합니다.

적용 대상