IntelliTraceProcess.CreateProcessChain<T> Method
Gets a process-level event chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaração
Public Function CreateProcessChain(Of T As Chain) As T
public T CreateProcessChain<T>()
where T : Chain
public:
generic<typename T>
where T : Chain
T CreateProcessChain()
member CreateProcessChain : unit -> 'T when 'T : Chain
JScript does not support generic types or methods.
Type Parameters
- T
The type of event chain that is requested. The type of the event chain can be CheckpointChain, CheckpointStreamChain, DiagnosticCheckpointChain, DiagnosticStreamChain, DiagnosticChain, ProcessStreamChain, ProcessChain, TestStreamChain, TestChain, ExceptionIndexStreamChain, or MetadataStreamChain.
Return Value
Type: T
An instance of the specified event chain.
.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.