OperationBlockAnalysisContext.GetControlFlowGraph(IOperation) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen ControlFlowGraph für einen gegebenen operationBlock aus diesem Analysekontext ab OperationBlocks.
public:
Microsoft::CodeAnalysis::FlowAnalysis::ControlFlowGraph ^ GetControlFlowGraph(Microsoft::CodeAnalysis::IOperation ^ operationBlock);
public Microsoft.CodeAnalysis.FlowAnalysis.ControlFlowGraph GetControlFlowGraph(Microsoft.CodeAnalysis.IOperation operationBlock);
member this.GetControlFlowGraph : Microsoft.CodeAnalysis.IOperation -> Microsoft.CodeAnalysis.FlowAnalysis.ControlFlowGraph
Public Function GetControlFlowGraph (operationBlock As IOperation) As ControlFlowGraph
Parameter
- operationBlock
- IOperation
Vorgangsblock.