MonobjcMonobjc Documented Class Library
VolatileDomainForName Method (domainName)
NamespacesMonobjc.FoundationNSUserDefaultsVolatileDomainForName(NSString)

Returns the dictionary for the specified volatile domain.

Original signature is '- (NSDictionary *)volatileDomainForName:(NSString *)domainName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary VolatileDomainForName(
	NSString domainName
)
Public Overridable Function VolatileDomainForName ( _
	domainName As NSString _
) As NSDictionary
public:
virtual NSDictionary^ VolatileDomainForName(
	NSString^ domainName
)
Parameters
domainName (NSString)
The domain whose keys and values you want.
Return Value
The dictionary of keys and values belonging to the domain. The keys in the dictionary are names of defaults, and the value corresponding to each key is a property list object (NSData, NSString, NSNumber, NSDate, NSArray, or NSDictionary).
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)