|
Name
|
Description
|
|
callBaseMethod Method
|
Invokes a base class method with specified arguments.
|
|
getBaseMethod Method
|
Returns the implementation of a method from the base class of the specified instance.
|
|
getBaseType Method
|
Returns the base type of an instance.
|
|
getInterfaces Method
|
Returns an Array object that contains the list of interfaces that the type implements.
|
|
getName Method
|
Returns the name of the type of the instance.
|
|
getRootNamespaces Method
|
Returns an Array object that contains references to all the root namespaces of the client application.
|
|
implementsInterface Method
|
Determines whether the type implements a specified interface.
|
|
inheritsFrom Method
|
Determines whether the type inherits from the specified parent type.
|
|
initializeBase Method
|
Initializes the base class and its members in the context of a given instance, which provides the model for inheritance and for initializing base members.
|
|
isClass Method
|
Returns a value that indicates whether the specified type is a class.
|
|
isImplementedBy Method
|
Determines whether an instance implements the specified interface.
|
|
isInstanceOfType Method
|
Determines whether an object is an instance of either a specified type or of one of its derived types.
|
|
isInterface Method
|
Returns a value that indicates whether the specified type is an interface.
|
|
isNamespace Method
|
Returns a value that indicates whether the specified object is a namespace.
|
|
registerEnum Method
|
Registers a class as an enumeration.
|
|
parse Method
|
Returns an instance of the type specified by a type name.
|
|
registerClass Method
|
Registers a class that is defined by the constructor, with an optional base type and with interfaces.
|
|
registerInterface Method
|
Registers an interface that is specified by its constructor.
|
|
registerNamespace Method
|
Registers and creates a namespace.
|
|
resolveInheritance Method
|
Copies members from the base class to the prototype associated with the derived class, and continues this process up the inheritance chain. This enables you to reflect on the inherited members of a derived type
|