J
Julia
How do i get the namespace of a class at compile time?
Thanks
Thanks
Patrik Löwendahl said:Why do you need the namespace in compile-time?
--
Patrik Löwendahl [C# MVP]
www.cshrp.net - "Elegant code by witty programmers"
Julia said:How do i get the namespace of a class at compile time?
Thanks
Julia said:I am loading a resource from a resource file
using
GetManifestResourceStream
and i dont want to pass the full name of the resource
Julia said:I am loading a resource from a resource file
using
GetManifestResourceStream
and i dont want to pass the full name of the resource
Thanks.
Patrik Löwendahl said:Why do you need the namespace in compile-time?
--
Patrik Löwendahl [C# MVP]
www.cshrp.net - "Elegant code by witty programmers"
Julia said:How do i get the namespace of a class at compile time?
Thanks
Julia said:I am loading an HTML page
which type should i use?!