M 
		
								
				
				
			
		Mukesh
Hi,
Could I write a code that will get the method name within which the
code is written.
like I want
void showMethodName(){
string method;
method=Need a method here to get the method name which contains this
code. In this case it is "showMethodName"
}
Thanks
Chakravarti Mukesh
				
			Could I write a code that will get the method name within which the
code is written.
like I want
void showMethodName(){
string method;
method=Need a method here to get the method name which contains this
code. In this case it is "showMethodName"
}
Thanks
Chakravarti Mukesh
