emit.txt

来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 63 行

TXT
63
字号
## Emit.txt - Resources for Reflection.Emit errors.## Copyright (C) 2003  Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA#Emit_NoDynamicAssemblies=Runtime engine does not allow dynamic assembliesEmit_AlreadySaved=The dynamic assembly has already been savedEmit_ModuleNameInvalid=The dynamic module name is invalidEmit_AssemblyNameInvalid=The dynamic assembly name is invalidEmit_SingleModuleOnly=Multiple modules in a single assembly are not supportedEmit_ExternalModule=External module files are not supportedEmit_NameEmpty=Name cannot be emptyEmit_InvalidParamNum=Invalid parameter indexEmit_InvalidTypeAttrs=Invalid type attributesEmit_InvalidConstant=Invalid constant valueEmit_NeedExceptionBlock=Not currently within an exception blockEmit_CatchAfterFinally=Catch block cannot be emitted after a finally blockEmit_NoExceptionClauses=No exception clauses were specifiedEmit_VarArgsWithNonVarArgMethod=Variable arguments specified for a non-variable methodEmit_InvalidLabel=Invalid label value specifiedEmit_LabelAlreadyDefined=Label is already definedEmit_MissingWriteLine=Could not find the Console.WriteLine methodEmit_NotAnExceptionType=Specified type does not inherit from System.ExceptionEmit_NeedDefaultConstructor=Exception type does not have a default constructorEmit_BothStaticAndVirtual=Cannot specify both "static" and "virtual"Emit_InterfaceMethodAttrs=Interface method attributes are incorrectEmit_BodyAlreadySet=Method body has already been setEmit_CannotHaveBody=This type of method cannot have a bodyEmit_GlobalNonStatic=Global method must have the "static" attributeEmit_CannotImportItem=Could not import the specified item into the assemblyEmit_CannotImportRefType=Cannot import "byref" typesEmit_GetAlreadyDefined=The "get" method for this property is already definedEmit_SetAlreadyDefined=The "set" method for this property is already definedEmit_NeedDynamicModule=Module is not dynamicEmit_GenericsNotSupported=Generic types are not supported by System.Reflection.EmitEmit_InvalidSigArgument=Invalid argument for signatureEmit_TypeAlreadyExists=The specified type already existsEmit_UnderlyingNotSet=The underlying type of an "enum" has not been setEmit_NestingParentNotCreated=The type's nesting parent has not yet been createdEmit_TypeInvalid=The dynamic type is invalidEmit_DataSize=Invalid size for data blockEmit_OverrideBodyNotInType=Override body is not defined in the same type as the override declarationEmit_PInvokeInInterface=PInvoke methods cannot be defined in interfacesEmit_PInvokeAbstract=PInvoke methods cannot be abstractEmit_NotSimpleUnmanagedType=The unmanaged type is not simple and requires further argumentsEmit_NoUnmanagedBaseType=Unmanaged base type is not specifiedEmit_NoUnmanagedElementCount=Unmanaged element count is not specifiedEmit_NotCustom=Unmanaged type does not specify custom marshaling

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?