MonobjcMonobjc Documented Class Library
EncodeInt64ForKey Method (intv, key)
NamespacesMonobjc.FoundationNSCoderEncodeInt64ForKey(Int64, NSString)

Encodes the 64-bit integer intv and associates it with the string key.

Original signature is '- (void)encodeInt64:(int64_t)intv forKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EncodeInt64ForKey(
	long intv,
	NSString key
)
Public Overridable Sub EncodeInt64ForKey ( _
	intv As Long, _
	key As NSString _
)
public:
virtual void EncodeInt64ForKey(
	long long intv, 
	NSString^ key
)
Parameters
intv (Int64)
MISSING
key (NSString)
MISSING
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)