MonobjcMonobjc Documented Class Library
DescriptorWithInt32 Method (signedInt)
NamespacesMonobjc.FoundationNSAppleEventDescriptorDescriptorWithInt32(Int32)

Creates a descriptor initialized with Apple event type typeSInt32 that stores the specified integer value.

Original signature is '+ (NSAppleEventDescriptor *)descriptorWithInt32:(SInt32)signedInt'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSAppleEventDescriptor DescriptorWithInt32(
	int signedInt
)
Public Shared Function DescriptorWithInt32 ( _
	signedInt As Integer _
) As NSAppleEventDescriptor
public:
static NSAppleEventDescriptor^ DescriptorWithInt32(
	int signedInt
)
Parameters
signedInt (Int32)
The integer value to be stored in the returned descriptor.
Return Value
A descriptor containing the specified integer value, or nil if an error occurs.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)