Table of Contents

Class SlotInfo

Namespace
ICSharpCode.Decompiler.IL
Assembly
ICSharpCode.Decompiler.dll

Holds information about the role of an instruction within its parent instruction.

public class SlotInfo
Inheritance
SlotInfo
Inherited Members

Constructors

SlotInfo(string, bool, bool)

public SlotInfo(string name, bool canInlineInto = false, bool isCollection = false)

Parameters

name string
canInlineInto bool
isCollection bool

Fields

CanInlineInto

Gets whether it is possible to inline into this slot.

public readonly bool CanInlineInto

Field Value

bool

IsCollection

Gets whether this slot belongs to a collection.

public readonly bool IsCollection

Field Value

bool

Name

Gets the name of the slot.

public readonly string Name

Field Value

string

None

public static SlotInfo None

Field Value

SlotInfo

Methods

ToString()

public override string ToString()

Returns

string