public TypedPtr <CFString> CFURLGetString(IntPtr anURL)
 {
     return(CoreFoundation.CFURLGetString(anURL));
 }