다음을 통해 공유


IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) 메서드

정의

워크플로 호스트 애플리케이션의 WorkflowRuntime에 해당하는 애플리케이션 도메인에 어셈블리가 로드될 때 호출됩니다.

public:
 void AssemblyLoaded(Guid programId, System::String ^ assemblyPath, bool fromGlobalAssemblyCache);
public void AssemblyLoaded (Guid programId, string assemblyPath, bool fromGlobalAssemblyCache);
abstract member AssemblyLoaded : Guid * string * bool -> unit
Public Sub AssemblyLoaded (programId As Guid, assemblyPath As String, fromGlobalAssemblyCache As Boolean)

매개 변수

programId
Guid

Guid 인스턴스와 연결된 내부적으로 생성된 WorkflowRuntime입니다.

assemblyPath
String

String 어셈블리가 로드되는 디스크의 경로를 포함하는 입니다.

fromGlobalAssemblyCache
Boolean

어셈블리를 전역 어셈블리 캐시에서 로드했는지 여부를 나타내는 Boolean입니다.

적용 대상