NLScriptExtensions Class

Definition

Extension methods for the NLScript enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class NLScriptExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type NLScriptExtensions = class
Inheritance
NLScriptExtensions
Attributes

Methods

Name Description
GetConstant(NLScript)

Retrieves the NSString constant that describes self.

GetNullableValue(NativeHandle)

Retrieves the NLScript value represented by the backing field value in handle.

GetValue(NativeHandle)

Retrieves the NLScript value represented by the backing field value in handle.

GetValue(NSString)

Retrieves the NLScript value named by constant.

Applies to