Click or drag to resize

IScriptMemberProxy Interface

Represents a member group collection that allows access to all members of a specific type. The members data may be accessed via its member name which means that non-concrete communication is possible.

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

The IScriptMemberProxy type exposes the following members.

Properties
  NameDescription
Public propertyItem
Attempt to read from or write to a member of the managed type.
Top
See Also