BACK TO INDEX

Win32_PerfRawData_NETFramework_NETCLRInterop
Stats for CLR interop.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
NameStringThe Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property.
NumberofCCWsUInt32This counter displays the current number of Com-Callable-Wrappers (CCWs). A CCW is a proxy for the .NET managed object being referenced from unmanaged COM client(s). This counter was designed to indicate the number of managed objects being referenced by unmanaged COM code.
NumberofmarshallingUInt32This counter displays the total number of times arguments and return values have been marshaled from managed to unmanaged code and vice versa since the start of the application. This counter is not incremented if the stubs are inlined. (Stubs are responsible for marshalling arguments and return values). Stubs usually get inlined if the marshalling overhead is small.
NumberofStubsUInt32This counter displays the current number of stubs created by the CLR. Stubs are responsible for marshalling arguments and return values from managed to unmanaged code and vice versa; during a COM Interop call or PInvoke call.
NumberofTLBexportsPersecUInt32Reserved for future use.
NumberofTLBimportsPersecUInt32Reserved for future use.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
SAMPLE DATA INSTANCE
   [Description("Stats for CLR interop."): ToInstance Amended, DisplayName(".NET CLR Interop"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfRawData_NETFramework_NETCLRInterop
   {
    Frequency_Object = "0";
    Frequency_PerfTime = "3579545";
    Frequency_Sys100NS = "10000000";
    Name = "_Global_";
    [Description("This counter displays the current number of Com-Callable-Wrappers (CCWs). A CCW is a proxy for the .NET managed object being referenced from unmanaged COM client(s). This counter was designed to indicate the number of managed objects being referenced by unmanaged COM code."): ToInstance Amended, DisplayName("# of CCWs"): ToInstance Amended] NumberofCCWs = 257;
    [Description("This counter displays the total number of times arguments and return values have been marshaled from managed to unmanaged code and vice versa since the start of the application. This counter is not incremented if the stubs are inlined. (Stubs are responsible for marshalling arguments and return values). Stubs usually get inlined if the marshalling overhead is small."): ToInstance Amended, DisplayName("# of marshalling"): ToInstance Amended] Numberofmarshalling = 1769642;
    [Description("This counter displays the current number of stubs created by the CLR. Stubs are responsible for marshalling arguments and return values from managed to unmanaged code and vice versa; during a COM Interop call or PInvoke call."): ToInstance Amended, DisplayName("# of Stubs"): ToInstance Amended] NumberofStubs = 3205;
    [Description("Reserved for future use."): ToInstance Amended, DisplayName("# of TLB exports / sec"): ToInstance Amended] NumberofTLBexportsPersec = 3;
    [Description("Reserved for future use."): ToInstance Amended, DisplayName("# of TLB imports / sec"): ToInstance Amended] NumberofTLBimportsPersec = 0;
    Timestamp_Object = "0";
    Timestamp_PerfTime = "615123803653";
    Timestamp_Sys100NS = "1718441320000";
   };