MonobjcMonobjc Documented Class Library
RemoveSuiteNamed Method (suiteName)
NamespacesMonobjc.FoundationNSUserDefaultsRemoveSuiteNamed(NSString)

Removes the specified domain name from the receiver’s search list.

Original signature is '- (void)removeSuiteNamed:(NSString *)suiteName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveSuiteNamed(
	NSString suiteName
)
Public Overridable Sub RemoveSuiteNamed ( _
	suiteName As NSString _
)
public:
virtual void RemoveSuiteNamed(
	NSString^ suiteName
)
Parameters
suiteName (NSString)
The domain name to remove.
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)