Overload_Cyjb_Reflection_ILGeneratorUtil_EmitConstant - CYJB/Cyjb GitHub Wiki
名称 | 说明 | |
---|---|---|
![]() ![]() |
EmitConstant(ILGenerator, Boolean) | 写入指定的 Boolean 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Byte) | 写入指定的 Byte 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Char) | 写入指定的 Char 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Decimal) | 写入指定的 Decimal 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Double) | 写入指定的 Double 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Int16) | 写入指定的 Int16 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Int32) | 写入指定的 Int32 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Int64) | 写入指定的 Int64 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Object) | 将指定的常量写入 IL 中。不能写入到 IL 中的常量(如自定义类)会使用闭包来实现。 |
![]() ![]() |
EmitConstant(ILGenerator, SByte) | 写入指定的 SByte 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, Single) | 写入指定的 Single 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, String) | 写入指定的 String 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, UInt16) | 写入指定的 UInt16 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, UInt32) | 写入指定的 UInt32 常量。 |
![]() ![]() |
EmitConstant(ILGenerator, UInt64) | 写入指定的 UInt64 常量。 |