Table of Contents

Method SetPropertyValue

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

SetPropertyValue(IScriptRun, Assembly, string, object, object)

Sets the property value for a specified object.

public static void SetPropertyValue(IScriptRun scriptRun, Assembly assembly, string property, object obj, object newValue)

Parameters

scriptRun IScriptRun

IScriptRun associated this script method.

assembly Assembly

Assembly containing the given object.

property string

The string containing the name of the public property to set.

obj object

The object whose property value will be processed.

newValue object

The new property value.