PowerShell/scripts/commands-utility-strings/NewObjectStrings.cs

144 lines
5.9 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class NewObjectStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal NewObjectStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NewObjectStrings", typeof(NewObjectStrings).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot create type. Only core types are supported in this language mode..
/// </summary>
internal static string CannotCreateTypeConstrainedLanguage {
get {
return ResourceManager.GetString("CannotCreateTypeConstrainedLanguage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A constructor was not found. Cannot find an appropriate constructor for type {0}..
/// </summary>
internal static string CannotFindAppropriateCtor {
get {
return ResourceManager.GetString("CannotFindAppropriateCtor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Creating instances of attribute and delegated Windows RT types is not supported..
/// </summary>
internal static string CannotInstantiateWinRTType {
get {
return ResourceManager.GetString("CannotInstantiateWinRTType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot load COM type {0}..
/// </summary>
internal static string CannotLoadComObjectType {
get {
return ResourceManager.GetString("CannotLoadComObjectType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The object written to the pipeline is an instance of the type &quot;{0}&quot; from the component&apos;s primary interoperability assembly. If this type exposes different members than the IDispatch members, scripts that are written to work with this object might not work if the primary interoperability assembly is not installed..
/// </summary>
internal static string ComInteropLoaded {
get {
return ResourceManager.GetString("ComInteropLoaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot create the COM object. COM object is not supported in OneCore PowerShell..
/// </summary>
internal static string ComObjectNotSupportedInOneCorePowerShell {
get {
return ResourceManager.GetString("ComObjectNotSupportedInOneCorePowerShell", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value supplied is not valid, or the property is read-only. Change the value, and then try again..
/// </summary>
internal static string InvalidValue {
get {
return ResourceManager.GetString("InvalidValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The member &quot;{1}&quot; was not found for the specified {2} object..
/// </summary>
internal static string MemberNotFound {
get {
return ResourceManager.GetString("MemberNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find type [{0}]: verify that the assembly containing this type is loaded..
/// </summary>
internal static string TypeNotFound {
get {
return ResourceManager.GetString("TypeNotFound", resourceCulture);
}
}
}