File: src\runtime\artifacts\obj\System.Management\Release\net11.0-windows\System.SR.cs
Project: src\runtime\src\libraries\System.Management\src\System.Management.csproj (System.Management)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Management
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Management.SR)));

        /// <summary>The Query string supplied was invalid or improperly formed</summary>
        internal static string @InvalidQuery => GetResourceString("InvalidQuery");
        /// <summary>The Query string supplied was invalid because it contains a duplicate token</summary>
        internal static string @InvalidQueryDuplicatedToken => GetResourceString("InvalidQueryDuplicatedToken");
        /// <summary>The Query string supplied was invalid because a supplied token was null</summary>
        internal static string @InvalidQueryNullToken => GetResourceString("InvalidQueryNullToken");
        /// <summary>Unable to wakeup the worker thread to create an object in MTA</summary>
        internal static string @WorkerThreadWakeupFailed => GetResourceString("WorkerThreadWakeupFailed");
        /// <summary>ClassName not initialized.</summary>
        internal static string @ClassNameNotInitializedException => GetResourceString("ClassNameNotInitializedException");
        /// <summary>Class name does not match.</summary>
        internal static string @ClassNameNotFoundException => GetResourceString("ClassNameNotFoundException");
        /// <summary>Every property added to the class for WMI property has attributes set to define its behavior in Visual Studio designer and also to define a TypeConverter to be used.</summary>
        internal static string @CommentAttributeProperty => GetResourceString("CommentAttributeProperty");
        /// <summary>Property to show the commit behavior for the WMI object. If true, WMI object will be automatically saved after each property modification.(ie. Put() is called after modification of a property).</summary>
        internal static string @CommentAutoCommitProperty => GetResourceString("CommentAutoCommitProperty");
        /// <summary>An Early Bound class generated for the WMI class.</summary>
        internal static string @CommentClassBegin => GetResourceString("CommentClassBegin");
        /// <summary>Below are different overloads of constructors to initialize an instance of the class with a WMI object.</summary>
        internal static string @CommentConstructors => GetResourceString("CommentConstructors");
        /// <summary>Private property to hold the name of WMI class which created this class.</summary>
        internal static string @CommentCreatedClass => GetResourceString("CommentCreatedClass");
        /// <summary>Private property to hold the WMI namespace in which the class resides.</summary>
        internal static string @CommentCreatedWmiNamespace => GetResourceString("CommentCreatedWmiNamespace");
        /// <summary>The current WMI object used</summary>
        internal static string @CommentCurrentObject => GetResourceString("CommentCurrentObject");
        /// <summary>Datetime conversion functions ToDateTime and ToDmtfDateTime are added to the class to convert DMTF datetime to System.DateTime and vice-versa.</summary>
        internal static string @CommentDateConversionFunction => GetResourceString("CommentDateConversionFunction");
        /// <summary>Private variable to hold the embedded property representing the instance.</summary>
        internal static string @CommentEmbeddedObject => GetResourceString("CommentEmbeddedObject");
        /// <summary>Enumerator implementation for enumerating instances of the class.</summary>
        internal static string @CommentEnumeratorImplementation => GetResourceString("CommentEnumeratorImplementation");
        /// <summary>Flag to indicate if the instance is an embedded object.</summary>
        internal static string @CommentFlagForEmbedded => GetResourceString("CommentFlagForEmbedded");
        /// <summary>Different overloads of GetInstances() help in enumerating instances of the WMI class.</summary>
        internal static string @CommentGetInstances => GetResourceString("CommentGetInstances");
        /// <summary>Functions Is&lt;PropertyName&gt;Null() are used to check if a property is NULL.</summary>
        internal static string @CommentIsPropNull => GetResourceString("CommentIsPropNull");
        /// <summary>Underlying lateBound WMI object.</summary>
        internal static string @CommentLateBoundObject => GetResourceString("CommentLateBoundObject");
        /// <summary>Property returning the underlying lateBound object.</summary>
        internal static string @CommentLateBoundProperty => GetResourceString("CommentLateBoundProperty");
        /// <summary>The ManagementPath of the underlying WMI object.</summary>
        internal static string @CommentManagementPath => GetResourceString("CommentManagementPath");
        /// <summary>ManagementScope of the object.</summary>
        internal static string @CommentManagementScope => GetResourceString("CommentManagementScope");
        /// <summary>Property returns the namespace of the WMI class.</summary>
        internal static string @CommentOriginNamespace => GetResourceString("CommentOriginNamespace");
        /// <summary>Member variable to store the 'automatic commit' behavior for the class.</summary>
        internal static string @CommentPrivateAutoCommit => GetResourceString("CommentPrivateAutoCommit");
        /// <summary>TypeConverter to handle null values for ValueType properties</summary>
        internal static string @CommentPrototypeConverter => GetResourceString("CommentPrototypeConverter");
        /// <summary>Functions Reset&lt;PropertyName&gt; are added for Nullable Read/Write properties. These functions are used by VS designer in property browser to set a property to NULL.</summary>
        internal static string @CommentResetProperty => GetResourceString("CommentResetProperty");
        /// <summary>Functions ShouldSerialize&lt;PropertyName&gt; are functions used by VS property browser to check if a particular property has to be serialized. These functions are added for all ValueType properties ( properties of type Int32, BOOL etc.. which cannot be set to n ...</summary>
        internal static string @CommentShouldSerialize => GetResourceString("CommentShouldSerialize");
        /// <summary>Private member variable to hold the ManagementScope which is used by the various methods.</summary>
        internal static string @CommentStaticManagementScope => GetResourceString("CommentStaticManagementScope");
        /// <summary>Public static scope property which is used by the various methods.</summary>
        internal static string @CommentStaticScopeProperty => GetResourceString("CommentStaticScopeProperty");
        /// <summary>Property pointing to an embedded object to get System properties of the WMI object.</summary>
        internal static string @CommentSystemObject => GetResourceString("CommentSystemObject");
        /// <summary>Embedded class to represent WMI system Properties.</summary>
        internal static string @CommentSystemPropertiesClass => GetResourceString("CommentSystemPropertiesClass");
        /// <summary>Time interval functions  ToTimeSpan and ToDmtfTimeInterval are added to the class to convert DMTF Time Interval to  System.TimeSpan and vice-versa.</summary>
        internal static string @CommentTimeSpanConversionFunction => GetResourceString("CommentTimeSpanConversionFunction");
        /// <summary>Converts a given datetime in DMTF format to System.DateTime object.</summary>
        internal static string @CommentToDateTime => GetResourceString("CommentToDateTime");
        /// <summary>Converts a given System.DateTime object to DMTF datetime format.</summary>
        internal static string @CommentToDmtfDateTime => GetResourceString("CommentToDmtfDateTime");
        /// <summary>Converts a given System.TimeSpan object to DMTF Time interval format.</summary>
        internal static string @CommentToDmtfTimeInterval => GetResourceString("CommentToDmtfTimeInterval");
        /// <summary>Converts a given time interval in DMTF format to System.TimeSpan object.</summary>
        internal static string @CommentToTimeSpan => GetResourceString("CommentToTimeSpan");
        /// <summary>If the embedded property is strongly typed then, to strongly type the property to the type of</summary>
        internal static string @EmbeddedComment => GetResourceString("EmbeddedComment");
        /// <summary>the embedded object, you have to do the following things.</summary>
        internal static string @EmbeddedComment2 => GetResourceString("EmbeddedComment2");
        /// <summary>\t1. Generate Managed class for the WMI class of the embedded property. This can be done with MgmtClassGen.exe tool or from Server Explorer.</summary>
        internal static string @EmbeddedComment3 => GetResourceString("EmbeddedComment3");
        /// <summary>\t2. Include the namespace of the generated class.</summary>
        internal static string @EmbeddedComment4 => GetResourceString("EmbeddedComment4");
        /// <summary>\t3. Change the property get/set functions so as return the instance of the Managed class.</summary>
        internal static string @EmbeddedComment5 => GetResourceString("EmbeddedComment5");
        /// <summary>Below is a sample code.</summary>
        internal static string @EmbeddedComment6 => GetResourceString("EmbeddedComment6");
        /// <summary>VB Code</summary>
        internal static string @EmbeddedComment7 => GetResourceString("EmbeddedComment7");
        /// <summary>C# Code</summary>
        internal static string @EmbeddedComment8 => GetResourceString("EmbeddedComment8");
        /// <summary>public &lt;ManagedClassName of Embedded property&gt; &lt;PropertyName&gt;</summary>
        internal static string @EmbeddedCSharpComment1 => GetResourceString("EmbeddedCSharpComment1");
        /// <summary>\t\tIf (AutoCommitProp == true &amp;&amp; isEmbedded == false)</summary>
        internal static string @EmbeddedCSharpComment10 => GetResourceString("EmbeddedCSharpComment10");
        /// <summary>\t\t{</summary>
        internal static string @EmbeddedCSharpComment11 => GetResourceString("EmbeddedCSharpComment11");
        /// <summary>\t\t\tPrivateLateBoundObject.Put();</summary>
        internal static string @EmbeddedCSharpComment12 => GetResourceString("EmbeddedCSharpComment12");
        /// <summary>\t\t}</summary>
        internal static string @EmbeddedCSharpComment13 => GetResourceString("EmbeddedCSharpComment13");
        /// <summary>\t}</summary>
        internal static string @EmbeddedCSharpComment14 => GetResourceString("EmbeddedCSharpComment14");
        /// <summary>}</summary>
        internal static string @EmbeddedCSharpComment15 => GetResourceString("EmbeddedCSharpComment15");
        /// <summary>{</summary>
        internal static string @EmbeddedCSharpComment2 => GetResourceString("EmbeddedCSharpComment2");
        /// <summary>\tget</summary>
        internal static string @EmbeddedCSharpComment3 => GetResourceString("EmbeddedCSharpComment3");
        /// <summary>\t{</summary>
        internal static string @EmbeddedCSharpComment4 => GetResourceString("EmbeddedCSharpComment4");
        /// <summary>\t\treturn new &lt;ManagedClassName of Embedded property&gt;((System.Management.ManagementBaseObject)(curObj["&lt;PropertyName&gt;"]));</summary>
        internal static string @EmbeddedCSharpComment5 => GetResourceString("EmbeddedCSharpComment5");
        /// <summary>\t}</summary>
        internal static string @EmbeddedCSharpComment6 => GetResourceString("EmbeddedCSharpComment6");
        /// <summary>\tset</summary>
        internal static string @EmbeddedCSharpComment7 => GetResourceString("EmbeddedCSharpComment7");
        /// <summary>\t{</summary>
        internal static string @EmbeddedCSharpComment8 => GetResourceString("EmbeddedCSharpComment8");
        /// <summary>\t\tcurObj["&lt;PropertyName&gt;"] = value.LateBoundObject;</summary>
        internal static string @EmbeddedCSharpComment9 => GetResourceString("EmbeddedCSharpComment9");
        /// <summary>Public Property &lt;PropertyName&gt;() As &lt;ManagedClassName of Embedded property&gt;</summary>
        internal static string @EmbeddedVisualBasicComment1 => GetResourceString("EmbeddedVisualBasicComment1");
        /// <summary>\tEnd Set</summary>
        internal static string @EmbeddedVisualBasicComment10 => GetResourceString("EmbeddedVisualBasicComment10");
        /// <summary>\tGet</summary>
        internal static string @EmbeddedVisualBasicComment2 => GetResourceString("EmbeddedVisualBasicComment2");
        /// <summary>\t\tReturn New &lt;ManagedClassName of Embedded Property&gt;(CType(curObj("&lt;PropertyName&gt;"),System.Management.ManagementBaseObject))</summary>
        internal static string @EmbeddedVisualBasicComment3 => GetResourceString("EmbeddedVisualBasicComment3");
        /// <summary>\tEnd Get</summary>
        internal static string @EmbeddedVisualBasicComment4 => GetResourceString("EmbeddedVisualBasicComment4");
        /// <summary>\tSet(ByVal Value As &lt;ManagedClassName of Embedded property&gt;)</summary>
        internal static string @EmbeddedVisualBasicComment5 => GetResourceString("EmbeddedVisualBasicComment5");
        /// <summary>\t\tcurObj("EObject")=Value.LateBoundObject</summary>
        internal static string @EmbeddedVisualBasicComment6 => GetResourceString("EmbeddedVisualBasicComment6");
        /// <summary>\t\tIf (AutoCommitProp = True And isEmbedded = False) Then</summary>
        internal static string @EmbeddedVisualBasicComment7 => GetResourceString("EmbeddedVisualBasicComment7");
        /// <summary>\t\t\tPrivateLateBoundObject.Put()</summary>
        internal static string @EmbeddedVisualBasicComment8 => GetResourceString("EmbeddedVisualBasicComment8");
        /// <summary>\t\tEnd If</summary>
        internal static string @EmbeddedVisualBasicComment9 => GetResourceString("EmbeddedVisualBasicComment9");
        /// <summary>FilePath cannot be empty.</summary>
        internal static string @EmptyFilePathException => GetResourceString("EmptyFilePathException");
        /// <summary>Namespace not initialized.</summary>
        internal static string @NamespaceNotInitializedException => GetResourceString("NamespaceNotInitializedException");
        /// <summary>FilePath or code generator object is null.</summary>
        internal static string @NullFilePathException => GetResourceString("NullFilePathException");
        /// <summary>Unable to create code generator for '{0}'</summary>
        internal static string @UnableToCreateCodeGeneratorException => GetResourceString("UnableToCreateCodeGeneratorException");
        /// <summary>System.Management currently is only supported for Windows desktop applications.</summary>
        internal static string @PlatformNotSupported_SystemManagement => GetResourceString("PlatformNotSupported_SystemManagement");
        /// <summary>Could not find an installation of .NET Framework v4.0.30319. System.Management requires native modules from the .NET Framework to operate.</summary>
        internal static string @PlatformNotSupported_FullFrameworkRequired => GetResourceString("PlatformNotSupported_FullFrameworkRequired");
        /// <summary>Failed to load required native library '{0}'.</summary>
        internal static string @LoadLibraryFailed => GetResourceString("LoadLibraryFailed");
        /// <summary>The native library '{0}' does not have all required functions. Please, update the .NET Framework.</summary>
        internal static string @PlatformNotSupported_FrameworkUpdatedRequired => GetResourceString("PlatformNotSupported_FrameworkUpdatedRequired");
        /// <summary>The Query string supplied was invalid or improperly formed. Token `{0}` is expected</summary>
        internal static string @InvalidQueryTokenExpected => GetResourceString("InvalidQueryTokenExpected");

    }
}