net10
namespace System.Management
{
[TypeConverter(typeof(ManagementQueryConverter))]
public abstract class ManagementQuery : ICloneable
{
protected internal string GetValueOfKeyword(string query, string keyword, int keywordIndex);
}
}
.NET Framework | 1.0 |
---|---|
Information specific to net10 | |
Assembly | System.Management , Version=1.0.3300.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |