Compiles the receiver, if it is not already compiled.
Original signature is '- (BOOL)compileAndReturnError:(NSDictionary **)errorInfo'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public virtual bool CompileAndReturnError( out NSDictionary errorInfo )
Public Overridable Function CompileAndReturnError ( _ <OutAttribute> ByRef errorInfo As NSDictionary _ ) As Boolean
public: virtual bool CompileAndReturnError( [OutAttribute] NSDictionary^% errorInfo )

- errorInfo (NSDictionary%)
- On return, if an error occurs, a pointer to an error information dictionary.

YES for success or if the script was already compiled, NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)