Table of Contents

Enum CompoundTargetKind

Namespace
ICSharpCode.Decompiler.IL
Assembly
ICSharpCode.Decompiler.dll
public enum CompoundTargetKind : byte

Fields

Address = 0

The target is an instruction computing an address, and the compound.assign will implicitly load/store from/to that address.

Dynamic = 2

The target is a dynamic call.

Property = 1

The Target must be a call to a property getter, and the compound.assign will implicitly call the corresponding property setter.