C# Class IronLua.MemberInfos

Show file Open project: ericmj/IronLua

Public Properties

Property Type Description
LuaTableGetValue System.Reflection.MethodInfo
LuaTableMetatable System.Reflection.FieldInfo
LuaTableSetValue System.Reflection.MethodInfo
NewLuaTable System.Reflection.ConstructorInfo
NewRuntimeException System.Reflection.ConstructorInfo
NewVarargs System.Reflection.ConstructorInfo
ObjectToString System.Reflection.MethodInfo
VarargsFirst System.Reflection.MethodInfo

Property Details

LuaTableGetValue public static property

public static MethodInfo,System.Reflection LuaTableGetValue
return System.Reflection.MethodInfo

LuaTableMetatable public static property

public static FieldInfo,System.Reflection LuaTableMetatable
return System.Reflection.FieldInfo

LuaTableSetValue public static property

public static MethodInfo,System.Reflection LuaTableSetValue
return System.Reflection.MethodInfo

NewLuaTable public static property

public static ConstructorInfo,System.Reflection NewLuaTable
return System.Reflection.ConstructorInfo

NewRuntimeException public static property

public static ConstructorInfo,System.Reflection NewRuntimeException
return System.Reflection.ConstructorInfo

NewVarargs public static property

public static ConstructorInfo,System.Reflection NewVarargs
return System.Reflection.ConstructorInfo

ObjectToString public static property

public static MethodInfo,System.Reflection ObjectToString
return System.Reflection.MethodInfo

VarargsFirst public static property

public static MethodInfo,System.Reflection VarargsFirst
return System.Reflection.MethodInfo