Click or drag to resize
Reflection Class
example usage: https://github.com/andreigec/Backgrounder
Inheritance Hierarchy
SystemObject
  ANDREICSLIB.HelpersReflection

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class Reflection

The Reflection type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberReflection
Top
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
Fields
  NameDescription
Public fieldStatic memberNewline
Public fieldStatic memberSeparator
Top
See Also