Sdílet prostřednictvím


DkmILRemainder Class

Definition

Pops two values off the evaluation stack and computes the second value popped off the stack modulo the first value popped off the stack.

public ref class DkmILRemainder : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILRemainder : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILRemainder : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("2fc16220-cbf9-15e8-f428-84628d374f31")]
public class DkmILRemainder : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("2fc16220-cbf9-15e8-f428-84628d374f31")>]
type DkmILRemainder = class
    inherit DkmILInstruction
Public Class DkmILRemainder
Inherits DkmILInstruction
Inheritance
DkmILRemainder
Attributes

Properties

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
Type

The type of operands to consume (e.g. integer vs. floating-point).

UniqueId

Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values.

(Inherited from DkmILInstruction)

Methods

Create(DkmPrimitiveObjectType)

Create a new DkmILRemainder object instance.

Applies to