Method | Description | |
---|---|---|
GetReference ( string identifier ) : object | ||
SetMember ( string identifier, object value ) : void |
Sets a member of the original script object.
|
|
SetMember ( string identifier, object value, object netObject ) : void |
Sets a member of the original script object and updates the .net object with the new value as well.
|
|
SetReference ( string identifier, object reference ) : void |
Method | Description | |
---|---|---|
ScriptObjectLink ( ScriptProcessor processor, |
public GetReference ( string identifier ) : object | ||
identifier | string | |
return | object |
public SetMember ( string identifier, object value ) : void | ||
identifier | string | |
value | object | |
return | void |
public SetMember ( string identifier, object value, object netObject ) : void | ||
identifier | string | |
value | object | |
netObject | object | |
return | void |
public SetReference ( string identifier, object reference ) : void | ||
identifier | string | |
reference | object | |
return | void |