CADability dotNET

The InfoReader type exposes the following members.

Constructors

  NameDescription
Public methodInfoReader
Initializes a new instance of the InfoReader class

Methods

  NameDescription
Public methodStatic memberRead
Reads the requested object. Returns null if the object cannot be read. Calls info.GetValue(key,type).
Public methodStatic memberReadBool
Public methodStatic memberReadOrCreate
Reads or creates the requested object. Calls info.GetValue(key,type). If the object cannot be read, this method tries to invoke a constructor for the object with the given parameters. If the constructor invokation fails null will be returned.

See Also