언어

ContentResolver 생성자

정의

오버로드

Name Description
ContentResolver(Context)

참고: 여기에 컨텍스트를 null 전달하면 특정 ContentResolver API에서 예기치 않은 동작이 발생할 수 있으므로 여기에 null이 아닌 컨텍스트를 전달하는 것이 좋습니다.

ContentResolver(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

ContentResolver(Context)

참고: 여기에 컨텍스트를 null 전달하면 특정 ContentResolver API에서 예기치 않은 동작이 발생할 수 있으므로 여기에 null이 아닌 컨텍스트를 전달하는 것이 좋습니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public ContentResolver(Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Content.ContentResolver : Android.Content.Context -> Android.Content.ContentResolver

매개 변수

context
Context

이 값은 null일 수 있습니다.

특성

설명

참고: 여기에 컨텍스트를 null 전달하면 특정 ContentResolver API에서 예기치 않은 동작이 발생할 수 있으므로 여기에 null이 아닌 컨텍스트를 전달하는 것이 좋습니다.

에 대한 android.content.ContentResolver.ContentResolver(android.content.Context)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

ContentResolver(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

protected ContentResolver(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.ContentResolver : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.ContentResolver

매개 변수

javaReference
IntPtr

nativeint

IntPtrJava JNI(Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상