Show / Hide Table of Contents

Namespace TheXDS.MCART.Types.Extensions.ConstantLoaders

Classes

BoolConstantLoader

ConstantLoader<T> that allows loading a bool constant value.

ByteConstantLoader

ConstantLoader<T> that allows loading a byte constant value.

CharConstantLoader

ConstantLoader<T> that allows loading a char constant value.

ConstantLoader<T>

Abstract class that defines an object capable of loading a constant value into the MSIL instruction sequence.

DecimalConstantLoader

ConstantLoader<T> that allows loading a decimal constant value.

DoubleConstantLoader

ConstantLoader<T> that allows loading a double constant value.

Int16ConstantLoader

ConstantLoader<T> that allows loading a short constant value.

Int32ConstantLoader

ConstantLoader<T> that allows loading a int constant value.

Int64ConstantLoader

ConstantLoader<T> that allows loading a long constant value.

SByteConstantLoader

ConstantLoader<T> that allows loading a sbyte constant value.

SingleConstantLoader

ConstantLoader<T> that allows loading a float constant value.

StringConstantLoader

ConstantLoader<T> that allows loading a string constant value.

TypeConstantLoader

ConstantLoader<T> that allows loading a Type token.

UInt16ConstantLoader

ConstantLoader<T> that allows loading a ushort constant value.

UInt32ConstantLoader

ConstantLoader<T> that allows loading a uint constant value.

UInt64ConstantLoader

ConstantLoader<T> that allows loading a long constant value.

Interfaces

IConstantLoader

Defines a set of members that must be implemented by a type that can load constant values into an MSIL instruction sequence.

In this article
Back to top Generated by DocFX