C# Class ilcclib.Converter.CIL.FunctionReference

Datei anzeigen Open project: soywiz/ilcc Class Usage Examples

Public Properties

Property Type Description
BodyFinalized bool
CFunctionType CFunctionType

Public Methods

Method Description
FunctionReference ( CILConverter CILConverter, string Name, Lazy MethodInfoLazy, SafeMethodTypeInfo SafeMethodTypeInfo = null ) : System
FunctionReference ( CILConverter CILConverter, string Name, MethodInfo MethodInfo, SafeMethodTypeInfo SafeMethodTypeInfo = null ) : System

Private Methods

Method Description
Initialize ( CILConverter CILConverter, string Name, Lazy MethodInfoLazy, SafeMethodTypeInfo SafeMethodTypeInfo = null ) : void

Method Details

FunctionReference() public method

public FunctionReference ( CILConverter CILConverter, string Name, Lazy MethodInfoLazy, SafeMethodTypeInfo SafeMethodTypeInfo = null ) : System
CILConverter CILConverter
Name string
MethodInfoLazy Lazy
SafeMethodTypeInfo SafeMethodTypeInfo
return System

FunctionReference() public method

public FunctionReference ( CILConverter CILConverter, string Name, MethodInfo MethodInfo, SafeMethodTypeInfo SafeMethodTypeInfo = null ) : System
CILConverter CILConverter
Name string
MethodInfo System.Reflection.MethodInfo
SafeMethodTypeInfo SafeMethodTypeInfo
return System

Property Details

BodyFinalized public_oe property

public bool BodyFinalized
return bool

CFunctionType public_oe property

public CFunctionType CFunctionType
return CFunctionType