MonobjcMonobjc Documented Class Library
FoundationFramework Class
NamespacesMonobjc.FoundationFoundationFramework

[Missing <summary> documentation for "T:Monobjc.Foundation.FoundationFramework"]

Declaration Syntax
C#Visual BasicVisual C++
public static class FoundationFramework
Public NotInheritable Class FoundationFramework
public ref class FoundationFramework abstract sealed
Members
All MembersMethodsFields



IconMemberDescription
NSCocoaErrorDomain

Application Kit and Foundation Kit errors.

Available in Mac OS X v10.4 and later.


NSDestinationInvalidException

Name of an exception that occurs when an internal assertion fails and implies an unexpected condition within the distributed objects.

This is a distributed objects–specific exception.

Available in Mac OS X v10.0 and later.


NSFoundationVersionNumber

The version of the Foundation framework in the current environment.

Available in Mac OS X v10.1 and later.


NSFullUserName()()()()

Returns a string containing the full name of the current user.

Original signature is 'NSString * NSFullUserName (void);'

Available in Mac OS X v10.0 and later.


NSGenericException

A generic name for an exception.

You should typically use a more specific exception name.

Available in Mac OS X v10.0 and later.


NSHomeDirectory()()()()

Returns the path to the current user’s home directory.

Original signature is 'NSString * NSHomeDirectory (void);'

Available in Mac OS X v10.0 and later.


NSHomeDirectoryForUser(NSString)

Returns the path to a given user’s home directory.

Original signature is 'NSString * NSHomeDirectoryForUser ( NSString *userName );'

Available in Mac OS X v10.0 and later.


NSInternalInconsistencyException

Name of an exception that occurs when an internal assertion fails and implies an unexpected condition within the called code.

Available in Mac OS X v10.0 and later.


NSInvalidArgumentException

Name of an exception that occurs when you pass an invalid argument to a method, such as a nil pointer where a non-nil object is required.

Available in Mac OS X v10.0 and later.


NSInvalidReceivePortException

Name of an exception that occurs when the receive port of an NSConnection has become invalid.

This is a distributed objects–specific exception.

Available in Mac OS X v10.0 and later.


NSInvalidSendPortException

Name of an exception that occurs when the send port of an NSConnection has become invalid.

This is a distributed objects–specific exception.

Available in Mac OS X v10.0 and later.


NSJavaClasses

The classes that the virtual machine should load so that their associated frameworks will be loaded.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaDidCreateVirtualMachineNotification

Notification sent after the Java virtual machine is created.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaDidSetupVirtualMachineNotification

Notification sent after the Java virtual machine is set up.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaLibraryPath

The path where the runtime should look for dynamic libraries needed by Java wrappers.

This path is an NSArray object.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaOwnVirtualMachine

An NSString object. If this string exists in the dictionary, NSJavaSetup attempts to create a new Java virtual machine rather than reusing the existing one. Set the value of this string to "YES".

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaPath

A class path whose components will be prepended by NSJavaRoot if they are not absolute locations. This entry is an array.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaPathSeparator

This path is not a dictionary key—it is a value indicating the separator placed between components of a pathname passed to NSJavaSetup.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaRoot

The root of the location where the application’s classes are.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaUserPath

Another segment of the class path so that the application developer can customize where classes will be looked for.

This path goes after the application path so that one cannot replace the classes used by the application.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaWillCreateVirtualMachineNotification

Notification sent before the Java virtual machine is created.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSJavaWillSetupVirtualMachineNotification

Notification sent before the Java virtual machine is set up.

Available in Mac OS X v10.0 through Mac OS X v10.5 and later.


NSLocalizedString(NSString, NSString)

Returns a localized version of a string.

Original signature is 'NSString *NSLocalizedString(NSString *key, NSString *comment)'

Available in Mac OS X v10.0 and later.


NSLocalizedStringFromTable(NSString, NSString, NSString)

Returns a localized version of a string.

Original signature is 'NSString *NSLocalizedStringFromTable(NSString *key, NSString *tableName, NSString *comment)'

Available in Mac OS X v10.0 and later.


NSLocalizedStringFromTableInBundle(NSString, NSString, NSBundle, NSString)

Returns a localized version of a string.

Original signature is 'NSString *NSLocalizedStringFromTableInBundle(NSString *key, NSString *tableName, NSBundle *bundle, NSString *comment)'

Available in Mac OS X v10.0 and later.


NSLocalizedStringWithDefaultValue(NSString, NSString, NSBundle, NSString, NSString)

Returns a localized version of a string.

Original signature is 'NSString *NSLocalizedStringWithDefaultValue(NSString *key, NSString *tableName, NSBundle *bundle, NSString *value, NSString *comment)'

Available in Mac OS X v10.2 and later.


NSMallocException

Obsolete; not currently used.

Available in Mac OS X v10.0 and later.


NSObjectInaccessibleException

Name of an exception that occurs when a remote object is accessed from a thread that should not access it.

See NSConnection’s enableMultipleThreads.

Available in Mac OS X v10.0 and later.


NSObjectNotAvailableException

Name of an exception that occurs when the remote side of the NSConnection refused to send the message to the object because the object has never been vended.

Available in Mac OS X v10.0 and later.


NSOldStyleException

No longer used.

Available in Mac OS X v10.0 and later.


NSOpenStepRootDirectory()()()()

Returns the root directory of the user’s system.

Original signature is 'NSString * NSOpenStepRootDirectory (void);'

Available in Mac OS X v10.0 and later.


NSPortReceiveException

Generic error occurred on receive.

This is an NSPort-specific exception.

Available in Mac OS X v10.0 and later.


NSPortSendException

Generic error occurred on send.

This is an NSPort-specific exception.

Available in Mac OS X v10.0 and later.


NSPortTimeoutException

Name of an exception that occurs when a timeout set on a port expires during a send or receive operation.

This is a distributed objects–specific exception.

Available in Mac OS X v10.0 and later.


NSRangeException

Name of an exception that occurs when attempting to access outside the bounds of some data, such as beyond the end of a string.

Available in Mac OS X v10.0 and later.


NSStringFromClass(Class)

Returns the name of a class as a string.

Original signature is 'NSString * NSStringFromClass ( Class aClass );'

Available in Mac OS X v10.0 and later.


NSStringFromPoint(NSPoint)

Returns a string representation of a point.

Original signature is 'NSString * NSStringFromPoint ( NSPoint aPoint );'

Available in Mac OS X v10.0 and later.


NSStringFromProtocol(IntPtr)

Returns the name of a protocol as a string.

Original signature is 'NSString * NSStringFromProtocol ( Protocol *proto );'

Available in Mac OS X v10.5 and later.


NSStringFromRange(NSRange)

Returns a string representation of a range.

Original signature is 'NSString * NSStringFromRange ( NSRange range );'

Available in Mac OS X v10.0 and later.


NSStringFromRect(NSRect)

Returns a string representation of a rectangle.

Original signature is 'NSString * NSStringFromRect ( NSRect aRect );'

Available in Mac OS X v10.0 and later.


NSStringFromSelector(IntPtr)

Returns a string representation of a given selector.

Original signature is 'NSString *NSStringFromSelector ( SEL aSelector );'

Available in Mac OS X v10.0 and later.


NSStringFromSize(NSSize)

Returns a string representation of a size.

Original signature is 'NSString * NSStringFromSize ( NSSize aSize );'

Available in Mac OS X v10.0 and later.


NSTemporaryDirectory()()()()

Returns the path of the temporary directory for the current user.

Original signature is 'NSString * NSTemporaryDirectory (void);'

Available in Mac OS X v10.0 and later.


NSURLErrorDomain

URL loading system errors

Available in Mac OS X v10.2 and later.


NSUserName()()()()

Returns the logon name of the current user.

Original signature is 'NSString * NSUserName (void);'

Available in Mac OS X v10.0 and later.


Inheritance Hierarchy
Object
FoundationFramework
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)