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 public interface IScriptMemberProxy
The IScriptMemberProxy type exposes the following members.
Properties
| Name | Description |
---|
| Item |
Attempt to read from or write to a member of the managed type.
|
TopSee Also