H
Hayato Iriumi
(1) Can custom attribute be assigned to a class (or other elements) at
runtime? I tried to use MethodInfo to do that, but it doesn't seem to be
possible...
(2) Can I get the name of the method that is currently running? The example
follows...
Sub MyMethod()
Dim strMethodName As String = System.Reflection.Assembly.blahblah...
Console.WriteLine("The name of the method that is currently runnning is
{0}",strMethodName)
End Sub
TIA
runtime? I tried to use MethodInfo to do that, but it doesn't seem to be
possible...
(2) Can I get the name of the method that is currently running? The example
follows...
Sub MyMethod()
Dim strMethodName As String = System.Reflection.Assembly.blahblah...
Console.WriteLine("The name of the method that is currently runnning is
{0}",strMethodName)
End Sub
TIA