MonobjcMonobjc Documented Class Library
CurrentHost Property
NamespacesMonobjc.FoundationNSHostCurrentHost

Returns an NSHost object representing the host the process is running on.

Original signature is '+ (NSHost *)currentHost'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSHost CurrentHost { get; }
Public Shared ReadOnly Property CurrentHost As NSHost
	Get
public:
static property NSHost^ CurrentHost {
	NSHost^ get ();
}
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)