C# Class RemObjects.Mono.Helpers.CoreFoundation

Mostrar archivo Open project: remobjects/monohelpers

Public Methods

Method Description
CreateString ( string s ) : IntPtr

Private Methods

Method Description
CFStringCreateWithCString ( IntPtr alloc, string str, int encoding ) : IntPtr
Release ( IntPtr cfRef ) : void

Method Details

CreateString() public static method

public static CreateString ( string s ) : IntPtr
s string
return System.IntPtr