Table of Contents

Class ReflectionUtil

Namespace
CriusNyx.Util.Reflection
Assembly
CriusNyxUtil.dll

Extension methods for reflection.

public static class ReflectionUtil
Inheritance
ReflectionUtil
Inherited Members

Methods

ReflectValue(object, string)

Get the value of the named field on source.

public static object ReflectValue(this object source, string fieldName)

Parameters

source object
fieldName string

Returns

object