Method | Description | |
---|---|---|
AreEqual ( object obj1, object obj2 ) : bool | ||
ExpandDelayedCall ( object value ) : object | ||
GetHashCode ( object obj ) : int | ||
LoadModule ( string modname ) : |
||
Machine ( ) : System | ||
ToString ( object value ) : string |
public static AreEqual ( object obj1, object obj2 ) : bool | ||
obj1 | object | |
obj2 | object | |
return | bool |
public static ExpandDelayedCall ( object value ) : object | ||
value | object | |
return | object |
public static GetHashCode ( object obj ) : int | ||
obj | object | |
return | int |
public LoadModule ( string modname ) : |
||
modname | string | |
return |
public static ToString ( object value ) : string | ||
value | object | |
return | string |