다음을 통해 공유


ReadOnlyFile 생성자

정의

오버로드

ReadOnlyFile(String)

파일 경로를 사용하는 파일을 생성합니다.

ReadOnlyFile(FileBase)

파일을 사용하는 파일을 생성합니다.

ReadOnlyFile(String, String)

파일 경로 및 콘텐츠 형식(MIME 형식)을 사용하는 파일을 생성합니다.

ReadOnlyFile(String)

파일 경로를 사용하는 파일을 생성합니다.

public ReadOnlyFile (string fullPath);

매개 변수

fullPath
System.String

전체 파일 경로입니다.

적용 대상

ReadOnlyFile(FileBase)

파일을 사용하는 파일을 생성합니다.

public ReadOnlyFile (Xamarin.Essentials.FileBase file);

매개 변수

file
FileBase

ReadOnlyFile에 사용할 파일

적용 대상

ReadOnlyFile(String, String)

파일 경로 및 콘텐츠 형식(MIME 형식)을 사용하는 파일을 생성합니다.

public ReadOnlyFile (string fullPath, string contentType);

매개 변수

fullPath
System.String

전체 파일 경로입니다.

contentType
System.String

파일의 콘텐츠 형식(MIME 형식)입니다(예: image/png).

적용 대상