Accessing private members(www.code-in.net)
submitted by
baldi(508) 2 years ago
In same cases you need the possibility to access private members of a .NET class. The class library provides the classes FieldInfo, PropertyInfo and MemberInfo (and some more) to access them. You can wrap this functionality easily as extension methods to provide this to all classes.
|category: C#
|Views: 7
tags:
C# another
Everyones tags:
Your Tags: