MonobjcMonobjc Documented Class Library
PortCoderWithReceivePortSendPortComponents Method (rcvPort, sndPort, comps)
NamespacesMonobjc.FoundationNSPortCoderPortCoderWithReceivePortSendPortComponents(NSPort, NSPort, NSArray)

Creates and returns a new NSPortCoder object.

Original signature is '+ (id)portCoderWithReceivePort:(NSPort *)rcvPort sendPort:(NSPort *)sndPort components:(NSArray *)comps'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSPortCoder PortCoderWithReceivePortSendPortComponents(
	NSPort rcvPort,
	NSPort sndPort,
	NSArray comps
)
Public Shared Function PortCoderWithReceivePortSendPortComponents ( _
	rcvPort As NSPort, _
	sndPort As NSPort, _
	comps As NSArray _
) As NSPortCoder
public:
static NSPortCoder^ PortCoderWithReceivePortSendPortComponents(
	NSPort^ rcvPort, 
	NSPort^ sndPort, 
	NSArray^ comps
)
Parameters
rcvPort (NSPort)
MISSING
sndPort (NSPort)
MISSING
comps (NSArray)
MISSING
Return Value
A new NSPortCoder object connected to the communication ports receiverPort and sendPort, with an encoded distributed objects message stored in components.
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)