C# Class Microsoft.JScript.Typeof

Inheritance: UnaryOp
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
JScriptTypeof ( Object value ) : String

Private Methods

Method Description
Evaluate ( ) : Object
InferType ( JSField inference_target ) : IReflect
JScriptTypeof ( Object value, bool checkForDebuggerObject ) : String
TranslateToIL ( ILGenerator il, Type rtype ) : void
Typeof ( Context context, AST operand ) : Microsoft.JScript.Vsa

Method Details

JScriptTypeof() public static method

public static JScriptTypeof ( Object value ) : String
value Object
return String