MonobjcMonobjc Documented Class Library
SendMessage<(Of <(<'TReturnType>)>)> Method (selector, parameters)
NamespacesMonobjcIManagedWrapperSendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

Declaration Syntax
C#Visual BasicVisual C++
TReturnType SendMessage<TReturnType>(
	string selector,
	params Object[] parameters
)
Function SendMessage(Of TReturnType) ( _
	selector As String, _
	ParamArray parameters As Object() _
) As TReturnType
generic<typename TReturnType>
TReturnType SendMessage(
	String^ selector, 
	... array<Object^>^ parameters
)
Generic Template Parameters
TReturnType
The type of the return type.
Parameters
selector (String)
The selector.
parameters (array<Object>[]()[][])
The parameters.
Return Value

[Missing <returns> documentation for "M:Monobjc.IManagedWrapper.SendMessage``1(System.String,System.Object[])"]

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 (Module: Monobjc)