Show / Hide Table of Contents

Class InterfaceGenerator

Inheritance
Object
InterfaceGenerator
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPIUtil.ILGeneration
Assembly: FRC.WPIUtil.dll
Syntax
public class InterfaceGenerator

Constructors

| Improve this Doc View Source

InterfaceGenerator(IFunctionPointerLoader, IILGenerator)

Declaration
public InterfaceGenerator(IFunctionPointerLoader functionPointerLoader, IILGenerator ilGenerator)
Parameters
Type Name Description
IFunctionPointerLoader functionPointerLoader
IILGenerator ilGenerator

Methods

| Improve this Doc View Source

GenerateImplementations(Type[])

Declaration
public object[] GenerateImplementations(Type[] types)
Parameters
Type Name Description
Type[] types
Returns
Type Description
Object[]
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet