27 protected string Name {
get; }
Implements a Reflected Object.
Implements a Reflected Member.
void Set(object instance, BadObject o)
Sets the Member on an Instance.
bool IsReadOnly
Indicates if the Member is ReadOnly.
string Name
The Name of the Member.
BadObject Get(object instance)
Gets the Member from an Instance.
BadReflectedMember(string name)
Creates a new BadReflectedMember.
static BadObject Wrap(object? o)
Wraps an Object into a BadObject.
The Base Class for all BadScript Objects.
static bool CanWrap(object? o)
Returns true if the given object cam be wrapped.
Contains the Member Classes for Reflection Objects.
Contains the Runtime Objects.