ReflectionHelper Class

Class to provide methods that use reflection.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static class ReflectionHelper
Inheritance
Object    ReflectionHelper

Methods

AddCurrentPathAdds the current path to a file name.
ApplyChangesTApplies changes to the target object properties from the source object.
CreateDeepCopyCreates a deep copy of an object.
IsEqualTCompare values to the target object properties from the source object.

See Also