Click or drag to resize

ScriptFieldProxy Class

A ScriptFieldProxy allows access to the fields of a type using a string identifier to lookup the field name"/>
Inheritance Hierarchy
SystemObject
  UMod.ScriptingScriptFieldProxy

Namespace:  UMod.Scripting
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ScriptFieldProxy : IScriptMemberProxy

The ScriptFieldProxy type exposes the following members.

Properties
  NameDescription
Public propertyItem
Attempt to read from or write to a field on the managed type with the specified name. The object value will need to be cast to the desired type when reading the value.
Top
See Also