FileSystemInfo 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
FileSystemInfo 클래스의 새 인스턴스를 초기화합니다.
오버로드
FileSystemInfo() |
FileSystemInfo 클래스의 새 인스턴스를 초기화합니다. |
FileSystemInfo(SerializationInfo, StreamingContext) |
사용되지 않음.
serialize된 데이터를 사용하여 FileSystemInfo 클래스의 새 인스턴스를 초기화합니다. |
FileSystemInfo()
- Source:
- FileSystemInfo.Unix.cs
- Source:
- FileSystemInfo.Unix.cs
- Source:
- FileSystemInfo.Unix.cs
FileSystemInfo 클래스의 새 인스턴스를 초기화합니다.
protected:
FileSystemInfo();
protected FileSystemInfo ();
Protected Sub New ()
설명
일반적인 I/O 작업 목록은 일반적인 I/O 작업을 참조하세요.
추가 정보
적용 대상
FileSystemInfo(SerializationInfo, StreamingContext)
- Source:
- FileSystemInfo.cs
- Source:
- FileSystemInfo.cs
- Source:
- FileSystemInfo.cs
주의
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
serialize된 데이터를 사용하여 FileSystemInfo 클래스의 새 인스턴스를 초기화합니다.
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}")]
protected FileSystemInfo (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IO.FileSystemInfo : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IO.FileSystemInfo
[<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
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
throw되는 예외에 대해 serialize된 개체 데이터를 보유하는 SerializationInfo입니다.
- context
- StreamingContext
소스 또는 대상에 대한 컨텍스트 정보를 포함하는 StreamingContext입니다.
- 특성
예외
지정된 SerializationInfo가 null인 경우
설명
일반적인 I/O 작업 목록은 일반적인 I/O 작업을 참조하세요.
추가 정보
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET