all groups > dotnet remoting > december 2004 >
You're in the

dotnet remoting

group:

Is there a way to enumerate classes(names in string format) from a class library? how to do it?


Re: Is there a way to enumerate classes(names in string format) from a class library? how to do it? Jon Skeet [C# MVP]
12/31/2004 12:46:48 PM
dotnet remoting:
[quoted text, click to view]

<nothing to snip>

(It's worth putting a short subject line, and then elaborating in the
post, btw.)

Look at Assembly.GetTypes, and Type.FullName.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
Double post (was: Is there a way to enumerate classes(names in string format) from a class library? how to do it?) Herfried K. Wagner [MVP]
12/31/2004 1:12:46 PM
"Jose Michael Meo R. Barrido" <mike@rdmsinc.net> schrieb:
[quoted text, click to view]

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Is there a way to enumerate classes(names in string format) from a class library? how to do it? Jose Michael Meo R. Barrido
12/31/2004 7:41:54 PM

AddThis Social Bookmark Button