IV8FastHostObjectOperations.SetProperty(IV8FastHostObject, String, V8FastArg) Method |
Sets the value of a named property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxvoid SetProperty(
IV8FastHostObject instance,
string name,
in V8FastArg value
)
Sub SetProperty (
instance As IV8FastHostObject,
name As String,
ByRef value As V8FastArg
)
void SetProperty(
IV8FastHostObject^ instance,
String^ name,
[InAttribute] V8FastArg% value
)
abstract SetProperty :
instance : IV8FastHostObject *
name : string *
value : V8FastArg byref -> unit
Parameters
- instance IV8FastHostObject
- The object whose property to set.
- name String
- The name of the property to set.
- value V8FastArg
- The property value.
See Also