CompilationLoader.LoadedRewriteStep(String, String) 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.
Indicates whether all rewrite steps with the given name and loaded from the given source executed successfully. The source, if specified, is the path to the dll in which the step is specified. Returns a status NotRun if no such step was found or executed. Execution is considered successful if the precondition and transformation (if any) returned true.
public Microsoft.Quantum.QsCompiler.CompilationLoader.Status LoadedRewriteStep (string name, string? source = default);
member this.LoadedRewriteStep : string * string -> Microsoft.Quantum.QsCompiler.CompilationLoader.Status
Public Function LoadedRewriteStep (name As String, Optional source As String = Nothing) As CompilationLoader.Status
Parameters
- name
- String
- source
- String