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

返回

适用于