IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when an assembly is loaded in the app domain corresponding to the WorkflowRuntime in the workflow host application.
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)
Parameters
- programId
- Guid
An internally generated Guid associated with a WorkflowRuntime instance.
- fromGlobalAssemblyCache
- Boolean
A Boolean that indicates whether the assembly is loaded from the global assembly cache.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.