IProgrammableDataQuery.EntryQuery Method
Namespace: Microsoft.HistoricalDebuggerHost
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Function EntryQuery ( _
thisArg As Object, _
args As Object() _
) As Object()
Object[] EntryQuery(
Object thisArg,
Object[] args
)
array<Object^>^ EntryQuery(
Object^ thisArg,
array<Object^>^ args
)
abstract EntryQuery :
thisArg:Object *
args:Object[] -> Object[]
function EntryQuery(
thisArg : Object,
args : Object[]
) : Object[]
Parameters
- thisArg
Type: System.Object
- args
Type: array<System.Object[]
Return Value
Type: array<System.Object[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.