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

WorkflowRuntime インスタンスに関連付けられた内部で生成されたGuid

assemblyPath
String

アセンブリが読み込まれるディスク上のパスを含む String

fromGlobalAssemblyCache
Boolean

アセンブリがグローバル アセンブリ キャッシュから読み込まれるかどうかを示す Boolean

適用対象