FileSystemInfo Konstruktorer

Definition

Initierar en ny instans av FileSystemInfo klassen.

Överlagringar

Name Description
FileSystemInfo()

Initierar en ny instans av FileSystemInfo klassen.

FileSystemInfo(SerializationInfo, StreamingContext)
Föråldrad.

Initierar en ny instans av FileSystemInfo klassen med serialiserade data.

FileSystemInfo()

Källa:
FileSystemInfo.Unix.cs
Källa:
FileSystemInfo.Unix.cs
Källa:
FileSystemInfo.Unix.cs
Källa:
FileSystemInfo.Unix.cs
Källa:
FileSystemInfo.Unix.cs

Initierar en ny instans av FileSystemInfo klassen.

protected:
 FileSystemInfo();
protected FileSystemInfo();
Protected Sub New ()

Kommentarer

En lista över vanliga I/O-uppgifter finns i Vanliga I/O-uppgifter.

Se även

Gäller för

FileSystemInfo(SerializationInfo, StreamingContext)

Källa:
FileSystemInfo.cs
Källa:
FileSystemInfo.cs
Källa:
FileSystemInfo.cs
Källa:
FileSystemInfo.cs
Källa:
FileSystemInfo.cs

Varning

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initierar en ny instans av FileSystemInfo klassen med serialiserade data.

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)

Parametrar

info
SerializationInfo

Det SerializationInfo som innehåller serialiserade objektdata om undantaget som genereras.

context
StreamingContext

Som StreamingContext innehåller kontextuell information om källan eller målet.

Attribut

Undantag

Kommentarer

En lista över vanliga I/O-uppgifter finns i Vanliga I/O-uppgifter.

Se även

Gäller för