ILExceptionFilter.InvocationTarget Delegate

Namespace:  Microsoft.VisualStudio.Diagnostics.Common
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Delegate Function InvocationTarget As Integer
public delegate int InvocationTarget()
public delegate int InvocationTarget()
type InvocationTarget = 
    delegate of unit -> int
JScript does not support delegates.

Return Value

Type: Int32

See Also

Reference

Microsoft.VisualStudio.Diagnostics.Common Namespace