cocoa - AXUIElement available in MonoMac? -


i'd able use cocoa accessibility api in monomac application, can't find references in monomac documentation. has axuielement.h been mapped yet?

i couldn't find on either.

some parts can implemented dllimport. example, did following:

public const string accessibilitylibrary = "/system/library/frameworks/applicationservices.framework/applicationservices";  [dllimport (accessibilitylibrary)] extern static bool axapienabled(); 

Comments