G
Glen
Hi,
Is there a way to resolve the current namespace in a static method, such as
Main() from within a console app?
In a public method from a class instance, you can use the "this" keyword in
(this.GetType().Namespace) to resolve the namespace, but you can't do that
from within a static method.
Any ideas?
Is there a way to resolve the current namespace in a static method, such as
Main() from within a console app?
In a public method from a class instance, you can use the "this" keyword in
(this.GetType().Namespace) to resolve the namespace, but you can't do that
from within a static method.
Any ideas?