V8FastHostDynamicObject<TObject>.GetDynamicProperty(Int32, V8FastResult) Method |
Gets the value of an indexed dynamic property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void GetDynamicProperty(
int index,
in V8FastResult value
)
Public Sub GetDynamicProperty (
index As Integer,
ByRef value As V8FastResult
)
public:
void GetDynamicProperty(
int index,
[InAttribute] V8FastResult% value
)
member GetDynamicProperty :
index : int *
value : V8FastResult byref -> unit
Parameters
- index Int32
- The index of the dynamic property to get.
- value V8FastResult
- On return, the value of the dynamic property if it was found.
See Also