DkmILExecuteFunction.CallingConvention Property

Definition

The calling convention of the function to be executed. Ignored on non-x86 processors that only have a single calling convention.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILCallingConvention CallingConvention { Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILCallingConvention get(); };
public:
 property Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILCallingConvention CallingConvention { Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILCallingConvention get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILCallingConvention CallingConvention { get; }
member this.CallingConvention : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILCallingConvention
Public ReadOnly Property CallingConvention As DkmILCallingConvention

Property Value

Returns DkmILCallingConvention.

Applies to