C# Class Mono.Embedding.ThunkTool.Program.ThunkMethodInfo

Datei anzeigen Open project: robert-j/Mono.Embedding

Public Properties

Property Type Description
ClrMethodName string
Comments string
IsGeneric bool
QualMethodDecl string
QualMethodName string

Public Methods

Method Description
ThunkMethodInfo ( string clrMethodName, string qualMethodName, string qualMethodDecl, string comments, bool isGeneric ) : System

Method Details

ThunkMethodInfo() public method

public ThunkMethodInfo ( string clrMethodName, string qualMethodName, string qualMethodDecl, string comments, bool isGeneric ) : System
clrMethodName string
qualMethodName string
qualMethodDecl string
comments string
isGeneric bool
return System

Property Details

ClrMethodName public_oe property

public string ClrMethodName
return string

Comments public_oe property

public string Comments
return string

IsGeneric public_oe property

public bool IsGeneric
return bool

QualMethodDecl public_oe property

public string QualMethodDecl
return string

QualMethodName public_oe property

public string QualMethodName
return string