CADability dotNET

The InfoReader type exposes the following members.

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