1using System.Reflection;
Gets thrown by the runtime.
Implements a Reflected Member.
string Name
The Name of the Member.
static BadObject Wrap(object? o)
Wraps an Object into a BadObject.
Implements a Reflected Property Member.
readonly PropertyInfo m_Property
The Reflected Property.
BadReflectedProperty(PropertyInfo property)
Creates a new BadReflectedProperty.
override void Set(object instance, BadObject o)
override BadObject Get(object instance)
The Base Class for all BadScript Objects.
Defines properties for Native Types.
Contains the Error Objects for the BadScript2 Language.
Contains the Member Classes for Reflection Objects.
Contains the Native Runtime Objects.
Contains the Runtime Objects.