MonobjcMonobjc Documented Class Library
RemovePersistentDomainForName Method (domainName)
NamespacesMonobjc.FoundationNSUserDefaultsRemovePersistentDomainForName(NSString)

Removes the contents of the specified persistent domain from the user’s defaults.

Original signature is '- (void)removePersistentDomainForName:(NSString *)domainName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemovePersistentDomainForName(
	NSString domainName
)
Public Overridable Sub RemovePersistentDomainForName ( _
	domainName As NSString _
)
public:
virtual void RemovePersistentDomainForName(
	NSString^ domainName
)
Parameters
domainName (NSString)
The domain whose keys and values you want. This value should be equal to your application's bundle identifier.
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)