C# Class Mono.Debugger.Languages.Native.NativeMethodInfo

Inheritance: TargetMethodInfo
Show file Open project: baulig/debugger

Public Properties

Property Type Description
FunctionType NativeFunctionType

Public Methods

Method Description
NativeMethodInfo ( NativeFunctionType type, string name, int index ) : System

Method Details

NativeMethodInfo() public method

public NativeMethodInfo ( NativeFunctionType type, string name, int index ) : System
type NativeFunctionType
name string
index int
return System

Property Details

FunctionType public property

public NativeFunctionType,Mono.Debugger.Languages.Native FunctionType
return NativeFunctionType