MonobjcMonobjc Documented Class Library
CreateWithURL Method (url)
NamespacesMonobjc.ApplicationServicesCGDataConsumerCreateWithURL(NSURL)

Creates a data consumer that writes data to a location specified by a URL.

Original signature is 'CGDataConsumerRef CGDataConsumerCreateWithURL ( CFURLRef url );'

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithURL(
	NSURL url
)
Public Shared Function CreateWithURL ( _
	url As NSURL _
) As IntPtr
public:
static IntPtr CreateWithURL(
	NSURL^ url
)
Parameters
url (NSURL)
MISSING
Return Value
A new data consumer object. You are responsible for releasing this object using CGDataConsumerRelease.
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)