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); 
if right-click on invoke method , click "go definition" bring .cs file method declarations are. how can have "header file" code hidden?

 


you build project release mode , change compilation properties not create pdb files
muthu krishnan.r use need, reduce global warming


Visual Studio Languages  ,  .NET Framework  >  Visual C#



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

job syspolicy_purge_history job fail in sqlserver 2008

Trying to register with public marketplace error with 'Get-AzureStackStampInformation'