Interface IILGenerator
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
|
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
|
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
|
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