What object is streamwriter located under?
-
I am new at vb.net and would like to know What object is streamwriter located under? Is it a function or sub routine? VS 2003: I have a project with the folowing in code behind: Dim sw As StreamWriter I thought maybe I could drill down in the objects and find it. I assume that is under System.IO? I did an Ctrl ALT J in visual studio to look at the classes and I cannot drill down to streamWriter? Where can I find where streamwriter is located?
-
I am new at vb.net and would like to know What object is streamwriter located under? Is it a function or sub routine? VS 2003: I have a project with the folowing in code behind: Dim sw As StreamWriter I thought maybe I could drill down in the objects and find it. I assume that is under System.IO? I did an Ctrl ALT J in visual studio to look at the classes and I cannot drill down to streamWriter? Where can I find where streamwriter is located?
-
The Documentation is right here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOStreamWriterClassTopic.asp[^] progload
I was trying to drill down to it in visual studio but It does not drill down very far in system.io for visual studio. Unless I am doing something wrong?
-
I was trying to drill down to it in visual studio but It does not drill down very far in system.io for visual studio. Unless I am doing something wrong?
-
Thanks, I found it, I expanded mscorlib and there it was