MonobjcMonobjc Documented Class Library
Retain Method (provider)
NamespacesMonobjc.ApplicationServicesCGDataProviderRetain(IntPtr)

Increments the retain count of a data provider.

Original signature is 'CGDataProviderRef CGDataProviderRetain ( CGDataProviderRef provider );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr Retain(
	IntPtr provider
)
Public Shared Function Retain ( _
	provider As IntPtr _
) As IntPtr
public:
static IntPtr Retain(
	IntPtr provider
)
Parameters
provider (IntPtr)
MISSING
Return Value
The same data provider you passed in as the provider parameter.
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.AppKit (Module: Monobjc.AppKit)