C# Class SciterSharp.Interop.SciterXBehaviors.SCRIPTING_METHOD_PARAMS_Wraper

Show file Open project: MISoftware/SciterSharp Class Usage Examples

Public Properties

Property Type Description
args SciterValue[]
name string
result SciterValue

Public Methods

Method Description
SCRIPTING_METHOD_PARAMS_Wraper ( SCRIPTING_METHOD_PARAMS prms ) : System

Method Details

SCRIPTING_METHOD_PARAMS_Wraper() public method

public SCRIPTING_METHOD_PARAMS_Wraper ( SCRIPTING_METHOD_PARAMS prms ) : System
prms SCRIPTING_METHOD_PARAMS
return System

Property Details

args public property

public SciterValue[] args
return SciterValue[]

name public property

public string name
return string

result public property

public SciterValue result
return SciterValue