FileSystemInfo Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de FileSystemInfo klasse.
Overloads
| Name | Description |
|---|---|
| FileSystemInfo() |
Initialiseert een nieuw exemplaar van de FileSystemInfo klasse. |
| FileSystemInfo(SerializationInfo, StreamingContext) |
Verouderd.
Initialiseert een nieuw exemplaar van de FileSystemInfo klasse met geserialiseerde gegevens. |
FileSystemInfo()
Initialiseert een nieuw exemplaar van de FileSystemInfo klasse.
protected:
FileSystemInfo();
protected FileSystemInfo();
Protected Sub New ()
Opmerkingen
Zie Algemene I/O-taken voor een lijst met algemene I/O-taken.
Zie ook
- FileSystemWatcher
- Bestands- en Stream-I/O
- Procedure: Tekst uit een bestand lezen
- Procedure: Tekst naar een bestand schrijven
Van toepassing op
FileSystemInfo(SerializationInfo, StreamingContext)
- Bron:
- FileSystemInfo.cs
- Bron:
- FileSystemInfo.cs
- Bron:
- FileSystemInfo.cs
- Bron:
- FileSystemInfo.cs
- Bron:
- FileSystemInfo.cs
Let op
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialiseert een nieuw exemplaar van de FileSystemInfo klasse met geserialiseerde gegevens.
protected:
FileSystemInfo(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected FileSystemInfo(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected FileSystemInfo(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.IO.FileSystemInfo : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IO.FileSystemInfo
new System.IO.FileSystemInfo : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IO.FileSystemInfo
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
Het SerializationInfo object dat de geserialiseerde objectgegevens bevat over de uitzondering die wordt gegenereerd.
- context
- StreamingContext
De StreamingContext informatie die contextuele informatie over de bron of bestemming bevat.
- Kenmerken
Uitzonderingen
De opgegeven SerializationInfo waarde is null.
Opmerkingen
Zie Algemene I/O-taken voor een lijst met algemene I/O-taken.
Zie ook
- FileSystemWatcher
- Bestands- en Stream-I/O
- Procedure: Tekst uit een bestand lezen
- Procedure: Tekst naar een bestand schrijven