| ContextCreateConstant Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| CreateConstant(Boolean) | Creates a new ConstantInt with a bit length of 1 | |
| CreateConstant(Byte) | Creates a new ConstantInt with a bit length of 8 | |
| CreateConstant(Double) | Creates a constant floating point value for a given value | |
| CreateConstant(Int16) | Creates a new ConstantInt with a bit length of 16 | |
| CreateConstant(Int32) | Creates a new ConstantInt with a bit length of 32 | |
| CreateConstant(Int64) | Creates a new ConstantInt with a bit length of 64 | |
| CreateConstant(SByte) | Creates a new ConstantInt with a bit length of 8 | |
| CreateConstant(Single) | Creates a constant floating point value for a given value | |
| CreateConstant(UInt16) | Creates a new ConstantInt with a bit length of 16 | |
| CreateConstant(UInt32) | Creates a new ConstantInt with a bit length of 32 | |
| CreateConstant(UInt64) | Creates a new ConstantInt with a bit length of 64 | |
| CreateConstant(UInt32, UInt64, Boolean) | Creates a new ConstantInt with a bit length of 64 | |
| CreateConstant(ITypeRef, UInt64, Boolean) | Create a constant value of the specified integer type |