Devolutions Utils reference library
ReflectionUtils Class
NamespacesDevolutions.UtilsReflectionUtils
This class contains the reflection utility functions.
Declaration Syntax
C#Visual BasicVisual C++
public static class ReflectionUtils
Public NotInheritable Class ReflectionUtils
public ref class ReflectionUtils abstract sealed
Members
All MembersMethodsProperties



IconMemberDescription
AssemblyCompany
Return the executing assembly company

AssemblyCopyright
Return the executing assembly copyright

AssemblyDescription
Return the executing assembly description

AssemblyFilePath
Return the executing assembly path

AssemblyProduct
Return the executing assembly product name

AssemblyVersion
Return the executing assembly version

GetCurrentMethodName()()()
Return the current executing Method in the stack trace.

GetPropertyValue(Object, String)
Return the value of public or private property in an object by using reflection

ReadFieldValue(Object, String)
Return the value of public or private field in an object by using reflection

Inheritance Hierarchy
Object
ReflectionUtils

Assembly: Devolutions.Utils (Module: Devolutions.Utils)