dotNet Protector API

Runtime.EncodeTrace Method (StackTrace)

Trace Encoder. Encodes a StrackTrace in a way it can be decoded with the matching traceinfo.

[Visual Basic]
Overloads Public Shared Function EncodeTrace( _
   ByVal trace As StackTrace _
) As String
[C#]
public static string EncodeTrace(
   StackTrace trace
);

Parameters

trace
Stack Trace to be encoded

Return Value

The encoded stack trace.

See Also

Runtime Class | PvLogiciels.dotNetProtector Namespace | Runtime.EncodeTrace Overload List

Send comments about this topic to PV Logiciels