Class UInt64ConstantLoader
ConstantLoader<T> that allows loading a long constant value.
Inherited Members
Namespace: TheXDS.MCART.Types.Extensions.ConstantLoaders
Assembly: MCART.TypeFactory.dll
Syntax
[CLSCompliant(false)]
public class UInt64ConstantLoader : ConstantLoader<ulong>, IConstantLoader, IEquatable<IConstantLoader>
Methods
| Edit this page View SourceEmit(ILGenerator, ulong)
Loads a ulong constant value into the MSIL instruction sequence.
Declaration
public override void Emit(ILGenerator il, ulong value)
Parameters
| Type | Name | Description |
|---|---|---|
| ILGenerator | il | The IL generator to use. |
| ulong | value | The constant value to load into the instruction sequence. |