MonobjcMonobjc Documented Class Library
CompileAndReturnError Method (errorInfo)
NamespacesMonobjc.FoundationNSAppleScriptCompileAndReturnError(NSDictionary%)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
errorInfo (NSDictionary%)
On return, if an error occurs, a pointer to an error information dictionary.
Return Value
YES for success or if the script was already compiled, NO otherwise.
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.Foundation (Module: Monobjc.Foundation)