Method | Description | |
---|---|---|
IsNull ( |
Returns if the input object is null.
|
Method | Description | |
---|---|---|
ExecuteMethod ( ScriptProcessor processor, string methodName, |
Executes a member function of this object.
|
|
GetMember ( ScriptProcessor processor, |
Returns a member variable of this object.
|
|
HasMember ( ScriptProcessor processor, string memberName ) : bool |
Returns if this object has a specific member.
|
|
SetMember ( ScriptProcessor processor, |
Sets a member variable of this object to a new value.
|
|
SizeOf ( ) : double | ||
ToBool ( ScriptProcessor processor ) : |
Returns the bool representation of this object.
|
|
ToNumber ( ScriptProcessor processor ) : |
Returns the number representation of this object.
|
|
ToScriptObject ( ) : string |
Returns a representation of the current object that the script processor works with.
|
|
ToScriptSource ( ) : string |
Returns a representation of the current object that exposes the source of it.
|
|
ToString ( ScriptProcessor processor ) : |
Returns the string representation of this object.
|
|
TypeOf ( ) : string | ||
Unbox ( |
Unboxes an SVariable if the passed in object is one.
|
protected static IsNull ( |
||
obj | ||
return | bool |