C
Craig Buchanan
I would like to have a string representation of my classes type and assembly
in format of full name, assembly.
Me.GetType() gets me the fullname
Me.GetType().AssemblyQualifiedName gets me much more than i want.
is there a better way?
thanks in advance.
in format of full name, assembly.
Me.GetType() gets me the fullname
Me.GetType().AssemblyQualifiedName gets me much more than i want.
is there a better way?
thanks in advance.