TypeInformation class

From Catglobe Wiki
Revision as of 11:08, 19 December 2011 by Tungocman (talk | contribs)
Jump to: navigation, search

TypeInformation



The TypeInformation object

Constructors

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

Methods

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

Properties

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