Class Library: How to hide method definitions?
hi
i creating simple class library makes using reflection easier. i'm doing practice , find reflection interesting. testing purposes, have project (a console app) test dll. however, whenever cause exception thrown (on dll's end) while running in debug mode, debugger triggers breakpoint, , brings .cs file dll. question is, how can make actual code inaccessible? example of mean, @ code:
system.reflection.methodinfo info; . . . //info populated @ point . . . info.invoke(obj, parameters);
muthu krishnan.r use need, reduce global warming
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment