Méthode | Description | |
---|---|---|
PrototypalObject ( ) : System | ||
PrototypalObject ( |
||
TryBinaryOperation ( |
||
TryConvert ( |
||
TryCreateInstance ( |
||
TryDeleteIndex ( |
||
TryDeleteMember ( |
||
TryGetIndex ( |
||
TryGetMember ( |
||
TryInvoke ( |
||
TryInvokeMember ( |
||
TrySetIndex ( |
||
TrySetMember ( |
||
TryUnaryOperation ( |
public PrototypalObject ( |
||
prototype | ||
Résultat | System |
public TryBinaryOperation ( |
||
binder | ||
arg | object | |
result | object | |
Résultat | bool |
public TryConvert ( |
||
binder | ||
result | object | |
Résultat | bool |
public TryCreateInstance ( |
||
binder | ||
args | object | |
result | object | |
Résultat | bool |
public TryDeleteIndex ( |
||
binder | ||
indexes | object | |
Résultat | bool |
public TryDeleteMember ( |
||
binder | ||
Résultat | bool |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
Résultat | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
Résultat | bool |
public TryInvoke ( |
||
binder | ||
args | object | |
result | object | |
Résultat | bool |
public TryInvokeMember ( |
||
binder | ||
args | object | |
result | object | |
Résultat | bool |
public TrySetIndex ( |
||
binder | ||
indexes | object | |
value | object | |
Résultat | bool |
public TrySetMember ( |
||
binder | ||
value | object | |
Résultat | bool |
public TryUnaryOperation ( |
||
binder | ||
result | object | |
Résultat | bool |