JSMarshaller.ResultPropertyName field
When a method has ref
and/or out
parameters, the results are returned as an object with properties for each of the ref
/out
parameters along with a result
property for the actual return value (if not void).
C#
public const string ResultPropertyName;
See Also
- class JSMarshaller
- namespace Microsoft.JavaScript.NodeApi.DotNetHost