OperationExtensions Class
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.
public ref class OperationExtensions abstract sealed
public static class OperationExtensions
type OperationExtensions = class
Public Module OperationExtensions
- Inheritance
-
OperationExtensions
Methods
Descendants(IOperation) |
Returns all the descendant operations of the given |
DescendantsAndSelf(IOperation) |
Returns all the descendant operations of the given |
GetArgumentName(IDynamicIndexerAccessOperation, Int32) |
Get an optional argument name for a named argument to the given |
GetArgumentName(IDynamicInvocationOperation, Int32) |
Get an optional argument name for a named argument to the given |
GetArgumentName(IDynamicObjectCreationOperation, Int32) |
Get an optional argument name for a named argument to the given |
GetArgumentRefKind(IDynamicIndexerAccessOperation, Int32) |
Get an optional argument RefKind for an argument at the given |
GetArgumentRefKind(IDynamicInvocationOperation, Int32) |
Get an optional argument RefKind for an argument at the given |
GetArgumentRefKind(IDynamicObjectCreationOperation, Int32) |
Get an optional argument RefKind for an argument at the given |
GetCorrespondingOperation(IBranchOperation) |
Gets either a loop or a switch operation that corresponds to the given branch operation. |
GetDeclaredVariables(IVariableDeclarationGroupOperation) |
Gets all the declared local variables in the given |
GetDeclaredVariables(IVariableDeclarationOperation) |
Gets all the declared local variables in the given |
GetFunctionPointerSignature(IFunctionPointerInvocationOperation) |
Helper function to simplify the access to the function pointer signature of an FunctionPointerInvocationOperation |
GetVariableInitializer(IVariableDeclaratorOperation) |
Gets the variable initializer for the given |