FileSystemInfo Constructors

Definitie

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()

Bron:
FileSystemInfo.Unix.cs
Bron:
FileSystemInfo.Unix.cs
Bron:
FileSystemInfo.Unix.cs
Bron:
FileSystemInfo.Unix.cs
Bron:
FileSystemInfo.Unix.cs

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

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

Van toepassing op