DkmILExecuteFunction.ArgumentFlags Property

Definition

Flags affecting arguments to a function evaluation. There will be one argument flag for each argument.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFunctionEvaluationArgumentFlags> ^ ArgumentFlags { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFunctionEvaluationArgumentFlags> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFunctionEvaluationArgumentFlags> ArgumentFlags { get; }
member this.ArgumentFlags : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFunctionEvaluationArgumentFlags>
Public ReadOnly Property ArgumentFlags As ReadOnlyCollection(Of DkmILFunctionEvaluationArgumentFlags)

Property Value

Returns ReadOnlyCollection<T>.

Applies to