共用方式為


NSSecureCoding.SupportsSecureCoding 方法

定義

多載

SupportsSecureCoding(Class)

類別是否支援安全編碼和解碼。

SupportsSecureCoding(Type)

類別是否支援安全編碼和解碼。

SupportsSecureCoding(Class)

類別是否支援安全編碼和解碼。

public static bool SupportsSecureCoding (ObjCRuntime.Class klass);
static member SupportsSecureCoding : ObjCRuntime.Class -> bool

參數

klass
Class

傳回

適用於

SupportsSecureCoding(Type)

類別是否支援安全編碼和解碼。

public static bool SupportsSecureCoding (Type type);
static member SupportsSecureCoding : Type -> bool

參數

type
Type

傳回

適用於