MonobjcMonobjc Documented Class Library
Version Property
NamespacesMonobjc.FoundationNSObjectVersion

Returns the version number assigned to the class.

Original signature is '+ (NSInteger)version'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSInteger Version { get; set; }
Public Shared Property Version As NSInteger
	Get
	Set
public:
static property NSInteger Version {
	NSInteger get ();
	void set (NSInteger 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)