This class represents script-defined objects at run-time.
Returns type of object.
Creates a clone of object.
Returns 'true', if object has property 'PropName'.
Assigns value of property.
Returns value of property.
Invokes method of object.
The PaxMemberInfo class is the base class of the classes used to obtain information for all members of a class (constructors, events, fields, methods, and properties).
Returns PaxMemberInfo object by name.
Returns name of member.
Returns full name of member.
Returns id of member.
Returns 'true', if member is public.
Returns 'true', if member is protected.
Returns 'true', if member is private.
Returns 'true', if member is static.
Represents a type in a script.
Creates a script-defined object.
Returns array of nested namepaces. (The namespace in the paxScript representation is just a static class type).
Returns array of nested classes.
Returns array of nested delegate types.
Returns array of nested structure types.
Returns array of nested array types.
Returns array of nested enumeration types.
Returns array of nested interface types.
Returns constructors of type.
Returns methods of type.
Returns fields of type.
Returns properties of type.
Returns events of type.
Returns 'true', if type is host-defined.
Returns 'true', if this is a class type.
Returns 'true', if this is a structure type.
Returns 'true', if this is a enumeration type.
Returns 'true', if this is an array type.
Returns 'true', if this is a delegate type.
Returns 'true', if this is an interface type.
Returns ancestor classd type.
Represents the field member information.
Returns type of field.
Represents the property member information.
Returns 'get' method of property.
Returns 'set' method of property.
Returns type of property.
Represents the event member information.
Returns 'add' method of event.
Returns 'remove' method of event.
Returns type of event.
The PaxMethodBase class is the base class of PaxMethodInfo and PaxConstructorInfo classes.
Returns representation of parameters.
Represents a constructor of type.
Represents a method of type.
Invokes method.
Returns return type of method.
Represents a parameter of method.
Name of parameter.
Type of parameter.
Gets a value indicating whether this is an input parameter.
Gets a value indicating whether this is a Retval parameter.
Gets a value indicating whether this is an output parameter.
Represents a namespace. (Note, that in paxScript implementation the namespace is just a static class type).
Returns root (noname) namespace.
Returns namespace by name.
Returns array of nested namespaces.