4 references to DataDirectory
System.Management (4)
Instrumentation\SchemaRegistration.cs (4)
142
string MofPath {get {return Path.Combine(
DataDirectory
, DecoupledProviderInstanceName + ".mof");} }
143
string CodePath {get {return Path.Combine(
DataDirectory
, DecoupledProviderInstanceName + ".cs");} }
144
string PrecompiledAssemblyPath {get {return Path.Combine(
DataDirectory
, DecoupledProviderInstanceName + ".dll");} }
412
Directory.CreateDirectory(
DataDirectory
);