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
Fields
CanInlineInto
Gets whether it is possible to inline into this slot.
public readonly bool CanInlineInto
Field Value
IsCollection
Gets whether this slot belongs to a collection.
public readonly bool IsCollection
Field Value
Name
Gets the name of the slot.
public readonly string Name
Field Value
None
public static SlotInfo None
Field Value
Methods
ToString()
public override string ToString()