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

Show file 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 property

public string ClrMethodName
return string

Comments public property

public string Comments
return string

IsGeneric public property

public bool IsGeneric
return bool

QualMethodDecl public property

public string QualMethodDecl
return string

QualMethodName public property

public string QualMethodName
return string