MonobjcMonobjc Documented Class Library
DecodePortObject Method
NamespacesMonobjc.FoundationNSPortCoderDecodePortObject()()()()

Decodes and returns an NSPort object that was previously encoded with any of the general encode...Object: messages.

Original signature is '- (NSPort *)decodePortObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPort DecodePortObject()
Public Overridable Function DecodePortObject As NSPort
public:
virtual NSPort^ DecodePortObject()
Return Value
An NSPort object that was previously encoded with any of the general encode...Object: messages.
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)