User Tools

Site Tools


namespace_assembly_reference

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
namespace_assembly_reference [2018/06/26 04:59] wolfgangriedmannnamespace_assembly_reference [2018/06/26 05:00] wolfgangriedmann
Line 25: Line 25:
 <code>Namespace:   System.IO <code>Namespace:   System.IO
 Assembly:  mscorlib (in mscorlib.dll)</code> Assembly:  mscorlib (in mscorlib.dll)</code>
 +
 +So to use the File class, you have to check two things:
 +  * have the mscorlib.dll in your references
 +  * either have a using System.IO at the begin of your source or use the full referenced class name 
  
namespace_assembly_reference.txt · Last modified: 2020/02/12 05:15 by wolfgangriedmann