_Dot NET

 maintains .NET instrumentation under the following key:
capamsc141
Privileged Access Manager
 maintains .NET instrumentation under the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\Instrumentation\.NET
The .NET registry key contains the subkey - Profiler. 
Described below are the registry entries in the Profiler subkey:
  • ApplyOnProcess
    Defines a list of processes to load the .NET Profiler.
    Type:
     REG_MULTI_SZ
  • CLSID
    Specifies a globally unique identifier that identifies an object. 
    For internal use. Not changeable.
    Type:
    REG_SZ
  • OperationMode
    Defines whether to load the .NET Profiler into the memory.
    Limits: 
    0 - False; 1 - True
    Type:
     REG_DWORD 
  • ReadConfigPeriodSec
    Defines interval (in seconds) for the plugin to read its configuration from the Registry.
    Type:
    REG_DWORD
  • TraceDbgEnable
    Specifies whether to trace status flag for the cainstrm module. The key entry enables tracing into DbgView or Kernel Debugger.
    Type
    : RED_DWORD
    Limits
    : 0 - False; 1 - True
    Default
    : 0
  • TraceFileEnable
    Enables tracing into the file.
    Type:
     REG_DWORD
    Default:
     0 - disabled
  • TraceFileIsCyclic
    Specifies the type of the trace file.
    Type
    : REG_DWORD
    Limits
    : 0 - trace file is not cyclic; 1 - trace file is cyclic
    Default
    : 0
  • TraceFileSizeLimit
    Defines the maximum size of the trace file in bytes. A value of 0 means no maximum size limit is imposed on the trace file.
    Type
    : REG_DWORD
    Default
    : 0
  • TraceFilteringMask
    Defines the filtering mask for each plug-in. The supported values for this registry value change depending on the status of the software component for which you define the registry value.
    Limits: 0 - all information is filtered (display no information); 0x0ffffffff - no information is filtered (display all information).
    Type
    : REG_DWORD
    Default
    : 0
    We recommend that you do not change the value of this registry entry yourself. For assistance, contact CA Support at http://ca.com/support.
  • TraceFolderPath
    Defines the full pathname to the trace file.
    Type
    : REG_SZ
  • TraceOutputMask
    Defines the filtering mask for the trace output channels - debug stream, file, or ETW. You can specify that the trace outputs to file, to DbgView debug channel, or to WinDbg debug channel. A value of 0 disables any output.
    Type
    : REG_DWORD
    Default
    : 0
    We recommend that you do not change the value of this registry entry yourself. For assistance, contact CA Support at http://ca.com/support.
  • TraceReadParamsSec
    Specifies the time taken to read the trace parameters from the registry. 
    Type:
     REG_DWORD 
    Default:
     60 seconds
The Profile sub key contains the following subkeys with registry entries for internal use only and are not changeable:
  • Assemblies
  • Plugins