| Win32_PerfRawData_NETFramework_NETCLRInterop | |||
| Stats for CLR interop. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| Name | String | The 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. | |
| NumberofCCWs | UInt32 | 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. | |
| Numberofmarshalling | UInt32 | 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. | |
| NumberofStubs | UInt32 | 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. | |
| NumberofTLBexportsPersec | UInt32 | Reserved for future use. | |
| NumberofTLBimportsPersec | UInt32 | Reserved for future use. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| 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";    }; | |||