IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) Método

Definição

Chamado quando um assembly é carregado no domínio do aplicativo correspondente ao WorkflowRuntime aplicativo host do fluxo de trabalho.

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)

Parâmetros

programId
Guid

Um gerado Guid internamente associado a uma WorkflowRuntime instância.

assemblyPath
String

Um String que contém o caminho no disco de onde o assembly é carregado.

fromGlobalAssemblyCache
Boolean

Um Boolean que indica se o assembly é carregado do cache de assembly global.

Aplica-se a