Silverlight 5 | WinRT |
public class InstanceNotFoundException | |
: InstrumentationException, ISerializable, _Exception |
public class InstrumentationBaseException | |
: Exception, ISerializable, _Exception |
public class InstrumentationException | |
: InstrumentationBaseException, ISerializable, _Exception |
public sealed class ManagementBindAttribute | |
: ManagementNewInstanceAttribute, _Attribute | |
public Type Schema { get; set; } |
public sealed class ManagementCommitAttribute | |
: ManagementMemberAttribute, _Attribute |
public sealed class ManagementConfigurationAttribute | |
: ManagementMemberAttribute, _Attribute | |
public ManagementConfigurationType Mode { get; set; } | |
public Type Schema { get; set; } |
public sealed enum ManagementConfigurationType | |
: IComparable, IFormattable, IConvertible | |
{ Apply, OnCommit } |
public sealed class ManagementCreateAttribute | |
: ManagementNewInstanceAttribute, _Attribute |
public sealed class ManagementEntityAttribute | |
: Attribute, _Attribute | |
public Boolean External { get; set; } | |
public String Name { get; set; } | |
public Boolean Singleton { get; set; } |
public sealed class ManagementEnumeratorAttribute | |
: ManagementNewInstanceAttribute, _Attribute | |
public Type Schema { get; set; } |
public sealed enum ManagementHostingModel | |
: IComparable, IFormattable, IConvertible | |
{ Decoupled, NetworkService, LocalService, LocalSystem } |
public sealed class ManagementKeyAttribute | |
: ManagementMemberAttribute, _Attribute |
public abstract class ManagementMemberAttribute | |
: Attribute, _Attribute | |
public String Name { get; set; } |
public sealed class ManagementNameAttribute | |
: Attribute, _Attribute | |
public String Name { get; } |
public abstract class ManagementNewInstanceAttribute | |
: ManagementMemberAttribute, _Attribute |
public sealed class ManagementProbeAttribute | |
: ManagementMemberAttribute, _Attribute | |
public Type Schema { get; set; } |
public sealed class ManagementReferenceAttribute | |
: Attribute, _Attribute | |
public String Type { get; set; } |
public sealed class ManagementRemoveAttribute | |
: ManagementMemberAttribute, _Attribute | |
public Type Schema { get; set; } |
public sealed class ManagementTaskAttribute | |
: ManagementMemberAttribute, _Attribute | |
public Type Schema { get; set; } |
public sealed class WmiConfigurationAttribute | |
: Attribute, _Attribute | |
public String HostingGroup { get; set; } | |
public ManagementHostingModel HostingModel { get; set; } | |
public Boolean IdentifyLevel { get; set; } | |
public String NamespaceSecurity { get; set; } | |
public String Scope { get; } | |
public String SecurityRestriction { get; set; } |