System.IO.FileSystemInfo.FileSystemInfo.FileSystemInfo C# (CSharp) Méthode

FileSystemInfo() protected méthode

protected FileSystemInfo ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices
		protected FileSystemInfo ()
		{
			this.valid = false;
			this.FullPath = null;
		}

Same methods

FileSystemInfo.FileSystemInfo::FileSystemInfo ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices