Pergunta

Is there a way I can get the type that method belongs to to log with a Castle interceptor?

Foi útil?

Solução

string targetTypeName = invocation.TargetType.FullName;
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top