C# Class Microsoft.JScript.BooleanObject

Inheritance: JSObject
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetType ( ) : Type

Protected Methods

Method Description
BooleanObject ( ScriptObject prototype, Type subType ) : System

Private Methods

Method Description
BooleanObject ( ScriptObject prototype, bool value, bool implicitWrapper ) : System
GetClassName ( ) : String
GetDefaultValue ( PreferredType preferred_type ) : Object

Method Details

BooleanObject() protected method

protected BooleanObject ( ScriptObject prototype, Type subType ) : System
prototype ScriptObject
subType System.Type
return System

GetType() public method

public GetType ( ) : Type
return System.Type