TypeInformation class

From Catglobe Wiki
Revision as of 10:33, 22 September 2011 by Dennis (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>TypeInformation</nowiki> |Description=<nowiki>Get information about this class</nowiki> |Constructors= {{CGscriptConstructors_Template|Para...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TypeInformation



Get information about this class

Constructors

  • (string typename "Type to get information on") - Get Information about a specific type

Methods

  • string ToString() - The string representation of the object.

Properties

  • string ClassDocumentation { get; } - Information about this class.
  • string ConstructorDocumentation { get; } - Information about the constructors on this class.
  • string FullDocumentation { get; } - Information about this class.
  • string MethodDocumentation { get; } - Information about the methods on this class.
  • string ObjectTypeName { get; } - The name of the type of object.
  • string PropertyDocumentation { get; } - Information about the properties on this class.
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • string WikiDocumentation { get; } - Information about this class in wiki format.