Reflection Class |
Namespace: ANDREICSLIB.Helpers
The Reflection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Reflection |
Name | Description | |
---|---|---|
![]() ![]() | DeserialiseObject(String, Type, Boolean) |
deserialise a file to an object from a file
|
![]() ![]() | DeserialiseObject(Type, ListTupleString, String, Boolean) |
deserialise an object from a list of tuple string,string s
|
![]() ![]() | DeserialiseObject(Type, String, Boolean) |
deserialise an object from a serialised string
|
![]() ![]() | GetFieldName |
get the name of a passed parameter
|
![]() ![]() | GetFieldNames | |
![]() ![]() | GetFieldNamesAndValues |
get a tuple list of the type name and type values of an object
|
![]() ![]() | GetFieldValue |
get a field or property of a class instance
|
![]() ![]() | SerialiseObject(Object) |
serialise an object to a return string
|
![]() ![]() | SerialiseObject(Object, String) |
serialise an object to a file
|