C# Class NHtmlUnit.Generator.WrapperMethodInfo

Inheritance: IWrapperMethodBase
Afficher le fichier Open project: HtmlUnit/NHtmlUnit

Méthodes publiques

Méthode Description
WrapperMethodInfo ( NHtmlUnit.Generator.WrapperClassInfo classInfo, MethodInfo targetMethodInfo ) : System

Private Methods

Méthode Description
GenerateMethodCode ( StringBuilder sb ) : void
GenerateMethodCode2 ( StringBuilder sb ) : void
GenerateMethodCodeForInterface ( StringBuilder sb ) : void

Method Details

WrapperMethodInfo() public méthode

public WrapperMethodInfo ( NHtmlUnit.Generator.WrapperClassInfo classInfo, MethodInfo targetMethodInfo ) : System
classInfo NHtmlUnit.Generator.WrapperClassInfo
targetMethodInfo System.Reflection.MethodInfo
Résultat System