23 references to String
System.Management (23)
Instrumentation\SchemaMapping.cs (4)
191
props.Add("ProcessId", CimType.
String
, false);
192
props.Add("InstanceId", CimType.
String
, false);
462
CimType cimtype = CimType.
String
;
539
cimtype = CimType.
String
;
Instrumentation\SchemaRegistration.cs (11)
625
props.Add("InstrumentedAssembliesClassName", InstrumentedAssembliesClassName, CimType.
String
);
650
props.Add("Name", CimType.
String
, false);
653
props.Add("RegisteredBuild", CimType.
String
, false);
654
props.Add("FullName", CimType.
String
, false);
655
props.Add("PathToAssembly", CimType.
String
, false);
656
props.Add("Code", CimType.
String
, false);
657
props.Add("Mof", CimType.
String
, false);
666
props.Add("NamespaceName", CimType.
String
, false);
677
props.Add("HostingModel", "Decoupled:Com", CimType.
String
);
678
props.Add("SecurityDescriptor", CimType.
String
, false);
689
props.Add("Assembly", CimType.
String
, false);
property.cs (4)
491
case CimType.
String
:
582
case CimType.
String
:
739
type = CimType.
String
;
832
type = CimType.
String
;
WmiGenerator.cs (4)
4732
case CimType.
String
:
4792
case CimType.
String
:
5229
case CimType.
String
:
5260
case CimType.
String
: