C# Class NHtmlUnit.Generator.WrapperMethodInfo

Inheritance: IWrapperMethodBase
显示文件 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
WrapperMethodInfo ( NHtmlUnit.Generator.WrapperClassInfo classInfo, MethodInfo targetMethodInfo ) : System

Private Methods

Method Description
GenerateMethodCode ( StringBuilder sb ) : void
GenerateMethodCode2 ( StringBuilder sb ) : void
GenerateMethodCodeForInterface ( StringBuilder sb ) : void

Method Details

WrapperMethodInfo() public method

public WrapperMethodInfo ( NHtmlUnit.Generator.WrapperClassInfo classInfo, MethodInfo targetMethodInfo ) : System
classInfo NHtmlUnit.Generator.WrapperClassInfo
targetMethodInfo System.Reflection.MethodInfo
return System