Class AuditTrail
Generates an audit trail in xml format.
public static class AuditTrail
- Inheritance
-
AuditTrail
- Inherited Members
Properties
IsEnabled
Gets/sets whether the audit trail is enabled.
public static bool IsEnabled { get; set; }
Property Value
OutputFolder
Gets/sets the folder where the audit trail files will be written.
public static string OutputFolder { get; set; }
Property Value
Methods
GetSourceCode(Type)
This can be used to decompile specific types only.
public static string GetSourceCode(Type type)
Parameters
type
Type