C# Class Microsoft.JScript.BooleanConstructor

Inheritance: ScriptFunction
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Invoke ( Object arg ) : bool

Private Methods

Method Description
BooleanConstructor ( ) : System
BooleanConstructor ( LenientFunctionPrototype parent, LenientBooleanPrototype prototypeProp ) : System
Call ( Object args, Object thisob ) : Object
Construct ( ) : BooleanObject
Construct ( Object args ) : Object
ConstructImplicitWrapper ( bool arg ) : BooleanObject
ConstructWrapper ( bool arg ) : BooleanObject
CreateInstance ( ) : BooleanObject

Method Details

Invoke() public method

public Invoke ( Object arg ) : bool
arg Object
return bool