Click or drag to resize
Reflection Methods

The Reflection type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialiseObject(String, Type, Boolean)
deserialise a file to an object from a file
Public methodStatic memberDeserialiseObject(Type, ListTupleString, String, Boolean)
deserialise an object from a list of tuple string,string s
Public methodStatic memberDeserialiseObject(Type, String, Boolean)
deserialise an object from a serialised string
Public methodStatic memberGetFieldName
get the name of a passed parameter
Public methodStatic memberGetFieldNames
Public methodStatic memberGetFieldNamesAndValues
get a tuple list of the type name and type values of an object
Public methodStatic memberGetFieldValue
get a field or property of a class instance
Public methodStatic memberSerialiseObject(Object)
serialise an object to a return string
Public methodStatic memberSerialiseObject(Object, String)
serialise an object to a file
Top
See Also