Show / Hide Table of Contents

Interface IILGenerator

Namespace: WPIUtil.ILGeneration
Assembly: FRC.WPIUtil.dll
Syntax
public interface IILGenerator

Methods

| Improve this Doc View Source

GenerateMethod(ILGenerator, Type, Type[], IntPtr, Boolean)

Declaration
void GenerateMethod(ILGenerator generator, Type returnType, Type[] parameters, IntPtr nativeFp, bool isStaticMethod = false)
Parameters
Type Name Description
ILGenerator generator
Type returnType
Type[] parameters
IntPtr nativeFp
Boolean isStaticMethod
| Improve this Doc View Source

GenerateMethodLastParameterStatusCheck(ILGenerator, Type, Type[], IntPtr, MethodInfo, Boolean)

Declaration
void GenerateMethodLastParameterStatusCheck(ILGenerator generator, Type returnType, Type[] parameters, IntPtr nativeFp, MethodInfo checkFunction, bool isStaticMethod = false)
Parameters
Type Name Description
ILGenerator generator
Type returnType
Type[] parameters
IntPtr nativeFp
MethodInfo checkFunction
Boolean isStaticMethod
| Improve this Doc View Source

GenerateMethodRangeStatusCheck(ILGenerator, Type, Type[], IntPtr, MethodInfo, Int32, Boolean)

Declaration
void GenerateMethodRangeStatusCheck(ILGenerator generator, Type returnType, Type[] parameters, IntPtr nativeFp, MethodInfo checkFunction, int checkParameterNumber, bool isStaticMethod = false)
Parameters
Type Name Description
ILGenerator generator
Type returnType
Type[] parameters
IntPtr nativeFp
MethodInfo checkFunction
Int32 checkParameterNumber
Boolean isStaticMethod
| Improve this Doc View Source

GenerateMethodReturnStatusCheck(ILGenerator, Type[], IntPtr, MethodInfo, Boolean)

Declaration
void GenerateMethodReturnStatusCheck(ILGenerator generator, Type[] parameters, IntPtr nativeFp, MethodInfo checkFunction, bool isStaticMethod = false)
Parameters
Type Name Description
ILGenerator generator
Type[] parameters
IntPtr nativeFp
MethodInfo checkFunction
Boolean isStaticMethod
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet