MonobjcMonobjc Documented Class Library
Environment Property
NamespacesMonobjc.FoundationNSTaskEnvironment

Returns a dictionary of variables for the environment from which the receiver was launched.

Original signature is '- (NSDictionary *)environment'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary Environment { get; set; }
Public Overridable Property Environment As NSDictionary
	Get
	Set
public:
virtual property NSDictionary^ Environment {
	NSDictionary^ get ();
	void set (NSDictionary^ value);
}
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)