Class ScriptsBuilder.CompilationMessageDelegate
Compilation message events delegate.
Inheritance
System.Object
ScriptsBuilder.CompilationMessageDelegate
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class CompilationMessageDelegate : MulticastDelegate
Constructors
CompilationMessageDelegate(Object, IntPtr)
Declaration
public CompilationMessageDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(String, String, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string message, string file, int line, AsyncCallback callback, object object)
Parameters
System.String
message
|
System.String
file
|
System.Int32
line
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(String, String, Int32)
Declaration
public virtual void Invoke(string message, string file, int line)
Parameters
System.String
message
|
System.String
file
|
System.Int32
line
|