├── .gitattributes ├── .gitignore ├── Test ├── Assembly-CSharp-firstpass-vs.csproj ├── Assembly-CSharp-firstpass.csproj ├── Assembly-CSharp-vs.csproj ├── Assembly-CSharp.csproj ├── Assets │ ├── Plugins.meta │ ├── Plugins │ │ ├── CLRSharp.meta │ │ ├── CLRSharp │ │ │ ├── CLRSharp.meta │ │ │ └── CLRSharp │ │ │ │ ├── CLRSharp_Env.cs │ │ │ │ ├── CLRSharp_Env.cs.meta │ │ │ │ ├── CrossBind.meta │ │ │ │ ├── CrossBind │ │ │ │ ├── Yield.cs │ │ │ │ └── Yield.cs.meta │ │ │ │ ├── Execute.meta │ │ │ │ ├── Execute │ │ │ │ ├── CodeBody.cs │ │ │ │ ├── CodeBody.cs.meta │ │ │ │ ├── Context.cs │ │ │ │ ├── Context.cs.meta │ │ │ │ ├── StackFrame.cs │ │ │ │ ├── StackFrame.cs.meta │ │ │ │ ├── ValueOnStack.cs │ │ │ │ └── ValueOnStack.cs.meta │ │ │ │ ├── Interface.meta │ │ │ │ ├── Interface │ │ │ │ ├── EnvAndLog.cs │ │ │ │ └── EnvAndLog.cs.meta │ │ │ │ ├── Type.meta │ │ │ │ └── Type │ │ │ │ ├── CLRSharp.meta │ │ │ │ ├── CLRSharp │ │ │ │ ├── CLRSharp_Instance.cs │ │ │ │ ├── CLRSharp_Instance.cs.meta │ │ │ │ ├── CLRSharp_Type.cs │ │ │ │ └── CLRSharp_Type.cs.meta │ │ │ │ ├── Delegate.meta │ │ │ │ ├── Delegate │ │ │ │ ├── Delegate_Helper.cs │ │ │ │ └── Delegate_Helper.cs.meta │ │ │ │ ├── System.meta │ │ │ │ ├── System │ │ │ │ ├── System_Type.cs │ │ │ │ └── System_Type.cs.meta │ │ │ │ ├── Type_Common.cs │ │ │ │ ├── Type_Common.cs.meta │ │ │ │ ├── Type_List.cs │ │ │ │ └── Type_List.cs.meta │ │ ├── Mono.Cecil.20.meta │ │ ├── Mono.Cecil.20 │ │ │ ├── MonoCecil.meta │ │ │ └── MonoCecil │ │ │ │ ├── Mono.Cecil.Cil.meta │ │ │ │ ├── Mono.Cecil.Cil │ │ │ │ ├── Code.cs │ │ │ │ ├── Code.cs.meta │ │ │ │ ├── CodeReader.cs │ │ │ │ ├── CodeReader.cs.meta │ │ │ │ ├── CodeWriter.cs │ │ │ │ ├── CodeWriter.cs.meta │ │ │ │ ├── Document.cs │ │ │ │ ├── Document.cs.meta │ │ │ │ ├── ExceptionHandler.cs │ │ │ │ ├── ExceptionHandler.cs.meta │ │ │ │ ├── ILProcessor.cs │ │ │ │ ├── ILProcessor.cs.meta │ │ │ │ ├── Instruction.cs │ │ │ │ ├── Instruction.cs.meta │ │ │ │ ├── MethodBody.cs │ │ │ │ ├── MethodBody.cs.meta │ │ │ │ ├── OpCode.cs │ │ │ │ ├── OpCode.cs.meta │ │ │ │ ├── OpCodes.cs │ │ │ │ ├── OpCodes.cs.meta │ │ │ │ ├── SequencePoint.cs │ │ │ │ ├── SequencePoint.cs.meta │ │ │ │ ├── Symbols.cs │ │ │ │ ├── Symbols.cs.meta │ │ │ │ ├── VariableDefinition.cs │ │ │ │ ├── VariableDefinition.cs.meta │ │ │ │ ├── VariableReference.cs │ │ │ │ └── VariableReference.cs.meta │ │ │ │ ├── Mono.Cecil.Metadata.meta │ │ │ │ ├── Mono.Cecil.Metadata │ │ │ │ ├── BlobHeap.cs │ │ │ │ ├── BlobHeap.cs.meta │ │ │ │ ├── Buffers.cs │ │ │ │ ├── Buffers.cs.meta │ │ │ │ ├── CodedIndex.cs │ │ │ │ ├── CodedIndex.cs.meta │ │ │ │ ├── ElementType.cs │ │ │ │ ├── ElementType.cs.meta │ │ │ │ ├── GuidHeap.cs │ │ │ │ ├── GuidHeap.cs.meta │ │ │ │ ├── Heap.cs │ │ │ │ ├── Heap.cs.meta │ │ │ │ ├── MetadataToken.cs │ │ │ │ ├── MetadataToken.cs.meta │ │ │ │ ├── Row.cs │ │ │ │ ├── Row.cs.meta │ │ │ │ ├── StringHeap.cs │ │ │ │ ├── StringHeap.cs.meta │ │ │ │ ├── TableHeap.cs │ │ │ │ ├── TableHeap.cs.meta │ │ │ │ ├── TokenType.cs │ │ │ │ ├── TokenType.cs.meta │ │ │ │ ├── UserStringHeap.cs │ │ │ │ ├── UserStringHeap.cs.meta │ │ │ │ ├── Utilities.cs │ │ │ │ └── Utilities.cs.meta │ │ │ │ ├── Mono.Cecil.PE.meta │ │ │ │ ├── Mono.Cecil.PE │ │ │ │ ├── BinaryStreamReader.cs │ │ │ │ ├── BinaryStreamReader.cs.meta │ │ │ │ ├── BinaryStreamWriter.cs │ │ │ │ ├── BinaryStreamWriter.cs.meta │ │ │ │ ├── ByteBuffer.cs │ │ │ │ ├── ByteBuffer.cs.meta │ │ │ │ ├── ByteBufferEqualityComparer.cs │ │ │ │ ├── ByteBufferEqualityComparer.cs.meta │ │ │ │ ├── DataDirectory.cs │ │ │ │ ├── DataDirectory.cs.meta │ │ │ │ ├── Image.cs │ │ │ │ ├── Image.cs.meta │ │ │ │ ├── ImageReader.cs │ │ │ │ ├── ImageReader.cs.meta │ │ │ │ ├── ImageWriter.cs │ │ │ │ ├── ImageWriter.cs.meta │ │ │ │ ├── Section.cs │ │ │ │ ├── Section.cs.meta │ │ │ │ ├── TextMap.cs │ │ │ │ └── TextMap.cs.meta │ │ │ │ ├── Mono.Cecil.meta │ │ │ │ ├── Mono.Cecil │ │ │ │ ├── ArrayType.cs │ │ │ │ ├── ArrayType.cs.meta │ │ │ │ ├── AssemblyDefinition.cs │ │ │ │ ├── AssemblyDefinition.cs.meta │ │ │ │ ├── AssemblyFlags.cs │ │ │ │ ├── AssemblyFlags.cs.meta │ │ │ │ ├── AssemblyHashAlgorithm.cs │ │ │ │ ├── AssemblyHashAlgorithm.cs.meta │ │ │ │ ├── AssemblyLinkedResource.cs │ │ │ │ ├── AssemblyLinkedResource.cs.meta │ │ │ │ ├── AssemblyNameDefinition.cs │ │ │ │ ├── AssemblyNameDefinition.cs.meta │ │ │ │ ├── AssemblyNameReference.cs │ │ │ │ ├── AssemblyNameReference.cs.meta │ │ │ │ ├── AssemblyReader.cs │ │ │ │ ├── AssemblyReader.cs.meta │ │ │ │ ├── AssemblyWriter.cs │ │ │ │ ├── AssemblyWriter.cs.meta │ │ │ │ ├── BaseAssemblyResolver.cs │ │ │ │ ├── BaseAssemblyResolver.cs.meta │ │ │ │ ├── CallSite.cs │ │ │ │ ├── CallSite.cs.meta │ │ │ │ ├── CustomAttribute.cs │ │ │ │ ├── CustomAttribute.cs.meta │ │ │ │ ├── DefaultAssemblyResolver.cs │ │ │ │ ├── DefaultAssemblyResolver.cs.meta │ │ │ │ ├── EmbeddedResource.cs │ │ │ │ ├── EmbeddedResource.cs.meta │ │ │ │ ├── EventAttributes.cs │ │ │ │ ├── EventAttributes.cs.meta │ │ │ │ ├── EventDefinition.cs │ │ │ │ ├── EventDefinition.cs.meta │ │ │ │ ├── EventReference.cs │ │ │ │ ├── EventReference.cs.meta │ │ │ │ ├── ExportedType.cs │ │ │ │ ├── ExportedType.cs.meta │ │ │ │ ├── FieldAttributes.cs │ │ │ │ ├── FieldAttributes.cs.meta │ │ │ │ ├── FieldDefinition.cs │ │ │ │ ├── FieldDefinition.cs.meta │ │ │ │ ├── FieldReference.cs │ │ │ │ ├── FieldReference.cs.meta │ │ │ │ ├── FileAttributes.cs │ │ │ │ ├── FileAttributes.cs.meta │ │ │ │ ├── FunctionPointerType.cs │ │ │ │ ├── FunctionPointerType.cs.meta │ │ │ │ ├── GenericInstanceMethod.cs │ │ │ │ ├── GenericInstanceMethod.cs.meta │ │ │ │ ├── GenericInstanceType.cs │ │ │ │ ├── GenericInstanceType.cs.meta │ │ │ │ ├── GenericParameter.cs │ │ │ │ ├── GenericParameter.cs.meta │ │ │ │ ├── GenericParameterAttributes.cs │ │ │ │ ├── GenericParameterAttributes.cs.meta │ │ │ │ ├── IConstantProvider.cs │ │ │ │ ├── IConstantProvider.cs.meta │ │ │ │ ├── ICustomAttributeProvider.cs │ │ │ │ ├── ICustomAttributeProvider.cs.meta │ │ │ │ ├── IGenericInstance.cs │ │ │ │ ├── IGenericInstance.cs.meta │ │ │ │ ├── IGenericParameterProvider.cs │ │ │ │ ├── IGenericParameterProvider.cs.meta │ │ │ │ ├── IMarshalInfoProvider.cs │ │ │ │ ├── IMarshalInfoProvider.cs.meta │ │ │ │ ├── IMemberDefinition.cs │ │ │ │ ├── IMemberDefinition.cs.meta │ │ │ │ ├── IMetadataScope.cs │ │ │ │ ├── IMetadataScope.cs.meta │ │ │ │ ├── IMetadataTokenProvider.cs │ │ │ │ ├── IMetadataTokenProvider.cs.meta │ │ │ │ ├── IMethodSignature.cs │ │ │ │ ├── IMethodSignature.cs.meta │ │ │ │ ├── Import.cs │ │ │ │ ├── Import.cs.meta │ │ │ │ ├── LinkedResource.cs │ │ │ │ ├── LinkedResource.cs.meta │ │ │ │ ├── ManifestResourceAttributes.cs │ │ │ │ ├── ManifestResourceAttributes.cs.meta │ │ │ │ ├── MarshalInfo.cs │ │ │ │ ├── MarshalInfo.cs.meta │ │ │ │ ├── MemberDefinitionCollection.cs │ │ │ │ ├── MemberDefinitionCollection.cs.meta │ │ │ │ ├── MemberReference.cs │ │ │ │ ├── MemberReference.cs.meta │ │ │ │ ├── MetadataResolver.cs │ │ │ │ ├── MetadataResolver.cs.meta │ │ │ │ ├── MetadataSystem.cs │ │ │ │ ├── MetadataSystem.cs.meta │ │ │ │ ├── MethodAttributes.cs │ │ │ │ ├── MethodAttributes.cs.meta │ │ │ │ ├── MethodCallingConvention.cs │ │ │ │ ├── MethodCallingConvention.cs.meta │ │ │ │ ├── MethodDefinition.cs │ │ │ │ ├── MethodDefinition.cs.meta │ │ │ │ ├── MethodImplAttributes.cs │ │ │ │ ├── MethodImplAttributes.cs.meta │ │ │ │ ├── MethodReference.cs │ │ │ │ ├── MethodReference.cs.meta │ │ │ │ ├── MethodReturnType.cs │ │ │ │ ├── MethodReturnType.cs.meta │ │ │ │ ├── MethodSemanticsAttributes.cs │ │ │ │ ├── MethodSemanticsAttributes.cs.meta │ │ │ │ ├── MethodSpecification.cs │ │ │ │ ├── MethodSpecification.cs.meta │ │ │ │ ├── Modifiers.cs │ │ │ │ ├── Modifiers.cs.meta │ │ │ │ ├── ModuleDefinition.cs │ │ │ │ ├── ModuleDefinition.cs.meta │ │ │ │ ├── ModuleKind.cs │ │ │ │ ├── ModuleKind.cs.meta │ │ │ │ ├── ModuleReference.cs │ │ │ │ ├── ModuleReference.cs.meta │ │ │ │ ├── NativeType.cs │ │ │ │ ├── NativeType.cs.meta │ │ │ │ ├── PInvokeAttributes.cs │ │ │ │ ├── PInvokeAttributes.cs.meta │ │ │ │ ├── PInvokeInfo.cs │ │ │ │ ├── PInvokeInfo.cs.meta │ │ │ │ ├── ParameterAttributes.cs │ │ │ │ ├── ParameterAttributes.cs.meta │ │ │ │ ├── ParameterDefinition.cs │ │ │ │ ├── ParameterDefinition.cs.meta │ │ │ │ ├── ParameterDefinitionCollection.cs │ │ │ │ ├── ParameterDefinitionCollection.cs.meta │ │ │ │ ├── ParameterReference.cs │ │ │ │ ├── ParameterReference.cs.meta │ │ │ │ ├── PinnedType.cs │ │ │ │ ├── PinnedType.cs.meta │ │ │ │ ├── PointerType.cs │ │ │ │ ├── PointerType.cs.meta │ │ │ │ ├── PropertyAttributes.cs │ │ │ │ ├── PropertyAttributes.cs.meta │ │ │ │ ├── PropertyDefinition.cs │ │ │ │ ├── PropertyDefinition.cs.meta │ │ │ │ ├── PropertyReference.cs │ │ │ │ ├── PropertyReference.cs.meta │ │ │ │ ├── ReferenceType.cs │ │ │ │ ├── ReferenceType.cs.meta │ │ │ │ ├── Resource.cs │ │ │ │ ├── Resource.cs.meta │ │ │ │ ├── SecurityDeclaration.cs │ │ │ │ ├── SecurityDeclaration.cs.meta │ │ │ │ ├── SentinelType.cs │ │ │ │ ├── SentinelType.cs.meta │ │ │ │ ├── TargetRuntime.cs │ │ │ │ ├── TargetRuntime.cs.meta │ │ │ │ ├── TypeAttributes.cs │ │ │ │ ├── TypeAttributes.cs.meta │ │ │ │ ├── TypeDefinition.cs │ │ │ │ ├── TypeDefinition.cs.meta │ │ │ │ ├── TypeDefinitionCollection.cs │ │ │ │ ├── TypeDefinitionCollection.cs.meta │ │ │ │ ├── TypeParser.cs │ │ │ │ ├── TypeParser.cs.meta │ │ │ │ ├── TypeReference.cs │ │ │ │ ├── TypeReference.cs.meta │ │ │ │ ├── TypeSpecification.cs │ │ │ │ ├── TypeSpecification.cs.meta │ │ │ │ ├── TypeSystem.cs │ │ │ │ ├── TypeSystem.cs.meta │ │ │ │ ├── VariantType.cs │ │ │ │ └── VariantType.cs.meta │ │ │ │ ├── Mono.Collections.Generic.meta │ │ │ │ ├── Mono.Collections.Generic │ │ │ │ ├── Collection.cs │ │ │ │ ├── Collection.cs.meta │ │ │ │ ├── ReadOnlyCollection.cs │ │ │ │ └── ReadOnlyCollection.cs.meta │ │ │ │ ├── Mono.Security.Cryptography.meta │ │ │ │ ├── Mono.Security.Cryptography │ │ │ │ ├── CryptoConvert.cs │ │ │ │ ├── CryptoConvert.cs.meta │ │ │ │ ├── CryptoService.cs │ │ │ │ └── CryptoService.cs.meta │ │ │ │ ├── Mono.meta │ │ │ │ └── Mono │ │ │ │ ├── Actions.cs │ │ │ │ ├── Actions.cs.meta │ │ │ │ ├── Empty.cs │ │ │ │ ├── Empty.cs.meta │ │ │ │ ├── Funcs.cs │ │ │ │ └── Funcs.cs.meta │ │ ├── Mono.Cecil.Mdb.meta │ │ ├── Mono.Cecil.Mdb │ │ │ ├── mdb.meta │ │ │ └── mdb │ │ │ │ ├── Mono.Cecil.Mdb.meta │ │ │ │ ├── Mono.Cecil.Mdb │ │ │ │ ├── MdbReader.cs │ │ │ │ ├── MdbReader.cs.meta │ │ │ │ ├── MdbReaderProvider.cs │ │ │ │ └── MdbReaderProvider.cs.meta │ │ │ │ ├── Mono.CompilerServices.SymbolWriter.meta │ │ │ │ └── Mono.CompilerServices.SymbolWriter │ │ │ │ ├── AnonymousScopeEntry.cs │ │ │ │ ├── AnonymousScopeEntry.cs.meta │ │ │ │ ├── CapturedScope.cs │ │ │ │ ├── CapturedScope.cs.meta │ │ │ │ ├── CapturedVariable.cs │ │ │ │ ├── CapturedVariable.cs.meta │ │ │ │ ├── CodeBlockEntry.cs │ │ │ │ ├── CodeBlockEntry.cs.meta │ │ │ │ ├── CompileUnitEntry.cs │ │ │ │ ├── CompileUnitEntry.cs.meta │ │ │ │ ├── ICompileUnit.cs │ │ │ │ ├── ICompileUnit.cs.meta │ │ │ │ ├── IMethodDef.cs │ │ │ │ ├── IMethodDef.cs.meta │ │ │ │ ├── ISourceFile.cs │ │ │ │ ├── ISourceFile.cs.meta │ │ │ │ ├── LineNumberEntry.cs │ │ │ │ ├── LineNumberEntry.cs.meta │ │ │ │ ├── LineNumberTable.cs │ │ │ │ ├── LineNumberTable.cs.meta │ │ │ │ ├── LocalVariableEntry.cs │ │ │ │ ├── LocalVariableEntry.cs.meta │ │ │ │ ├── MethodEntry.cs │ │ │ │ ├── MethodEntry.cs.meta │ │ │ │ ├── MonoSymbolFile.cs │ │ │ │ ├── MonoSymbolFile.cs.meta │ │ │ │ ├── MonoSymbolFileException.cs │ │ │ │ ├── MonoSymbolFileException.cs.meta │ │ │ │ ├── MonoSymbolWriter.cs │ │ │ │ ├── MonoSymbolWriter.cs.meta │ │ │ │ ├── MyBinaryReader.cs │ │ │ │ ├── MyBinaryReader.cs.meta │ │ │ │ ├── MyBinaryWriter.cs │ │ │ │ ├── MyBinaryWriter.cs.meta │ │ │ │ ├── NamespaceEntry.cs │ │ │ │ ├── NamespaceEntry.cs.meta │ │ │ │ ├── NamespaceInfo.cs │ │ │ │ ├── NamespaceInfo.cs.meta │ │ │ │ ├── OffsetTable.cs │ │ │ │ ├── OffsetTable.cs.meta │ │ │ │ ├── ScopeVariable.cs │ │ │ │ ├── ScopeVariable.cs.meta │ │ │ │ ├── SourceFileEntry.cs │ │ │ │ ├── SourceFileEntry.cs.meta │ │ │ │ ├── SourceMethodBuilder.cs │ │ │ │ ├── SourceMethodBuilder.cs.meta │ │ │ │ ├── SourceMethodImpl.cs │ │ │ │ ├── SourceMethodImpl.cs.meta │ │ │ │ ├── SymbolDocumentWriterImpl.cs │ │ │ │ ├── SymbolDocumentWriterImpl.cs.meta │ │ │ │ ├── SymbolWriterImpl.cs │ │ │ │ └── SymbolWriterImpl.cs.meta │ │ ├── Mono.Cecil.Pdb.meta │ │ ├── Mono.Cecil.Pdb │ │ │ ├── pdb.meta │ │ │ └── pdb │ │ │ │ ├── Microsoft.Cci.Pdb.meta │ │ │ │ ├── Microsoft.Cci.Pdb │ │ │ │ ├── BitAccess.cs │ │ │ │ ├── BitAccess.cs.meta │ │ │ │ ├── BitSet.cs │ │ │ │ ├── BitSet.cs.meta │ │ │ │ ├── CvInfo.cs │ │ │ │ ├── CvInfo.cs.meta │ │ │ │ ├── DataStream.cs │ │ │ │ ├── DataStream.cs.meta │ │ │ │ ├── DbiDbgHdr.cs │ │ │ │ ├── DbiDbgHdr.cs.meta │ │ │ │ ├── DbiHeader.cs │ │ │ │ ├── DbiHeader.cs.meta │ │ │ │ ├── DbiModuleInfo.cs │ │ │ │ ├── DbiModuleInfo.cs.meta │ │ │ │ ├── DbiSecCon.cs │ │ │ │ ├── DbiSecCon.cs.meta │ │ │ │ ├── IntHashTable.cs │ │ │ │ ├── IntHashTable.cs.meta │ │ │ │ ├── Interfaces.cs │ │ │ │ ├── Interfaces.cs.meta │ │ │ │ ├── MsfDirectory.cs │ │ │ │ ├── MsfDirectory.cs.meta │ │ │ │ ├── PdbConstant.cs │ │ │ │ ├── PdbConstant.cs.meta │ │ │ │ ├── PdbDebugException.cs │ │ │ │ ├── PdbDebugException.cs.meta │ │ │ │ ├── PdbException.cs │ │ │ │ ├── PdbException.cs.meta │ │ │ │ ├── PdbFile.cs │ │ │ │ ├── PdbFile.cs.meta │ │ │ │ ├── PdbFileHeader.cs │ │ │ │ ├── PdbFileHeader.cs.meta │ │ │ │ ├── PdbFunction.cs │ │ │ │ ├── PdbFunction.cs.meta │ │ │ │ ├── PdbLine.cs │ │ │ │ ├── PdbLine.cs.meta │ │ │ │ ├── PdbLines.cs │ │ │ │ ├── PdbLines.cs.meta │ │ │ │ ├── PdbReader.cs │ │ │ │ ├── PdbReader.cs.meta │ │ │ │ ├── PdbScope.cs │ │ │ │ ├── PdbScope.cs.meta │ │ │ │ ├── PdbSlot.cs │ │ │ │ ├── PdbSlot.cs.meta │ │ │ │ ├── PdbSource.cs │ │ │ │ ├── PdbSource.cs.meta │ │ │ │ ├── SourceLocationProvider.cs │ │ │ │ └── SourceLocationProvider.cs.meta │ │ │ │ ├── Mono.Cecil.Pdb.meta │ │ │ │ └── Mono.Cecil.Pdb │ │ │ │ ├── ISymUnmanagedDocumentWriter.cs │ │ │ │ ├── ISymUnmanagedDocumentWriter.cs.meta │ │ │ │ ├── ISymUnmanagedWriter2.cs │ │ │ │ ├── ISymUnmanagedWriter2.cs.meta │ │ │ │ ├── ModuleMetadata.cs │ │ │ │ ├── ModuleMetadata.cs.meta │ │ │ │ ├── PdbHelper.cs │ │ │ │ ├── PdbHelper.cs.meta │ │ │ │ ├── PdbReader.cs │ │ │ │ ├── PdbReader.cs.meta │ │ │ │ ├── PdbWriter.cs │ │ │ │ ├── PdbWriter.cs.meta │ │ │ │ ├── SymDocumentWriter.cs │ │ │ │ ├── SymDocumentWriter.cs.meta │ │ │ │ ├── SymWriter.cs │ │ │ │ └── SymWriter.cs.meta │ │ ├── TypeExt.meta │ │ ├── TypeExt │ │ │ ├── TypeForGameObject.cs │ │ │ └── TypeForGameObject.cs.meta │ │ ├── UnitTest.meta │ │ └── UnitTest │ │ │ ├── CLScriptExt.meta │ │ │ ├── CLScriptExt │ │ │ ├── CSLEConvert.cs │ │ │ ├── CSLEConvert.cs.meta │ │ │ ├── Country.cs │ │ │ ├── Country.cs.meta │ │ │ ├── LSharpConvert.cs │ │ │ ├── LSharpConvert.cs.meta │ │ │ ├── MyClass.cs │ │ │ ├── MyClass.cs.meta │ │ │ ├── MyJson.cs │ │ │ ├── MyJson.cs.meta │ │ │ ├── MyJsonCompress.cs │ │ │ ├── MyJsonCompress.cs.meta │ │ │ ├── Student.cs │ │ │ ├── Student.cs.meta │ │ │ ├── TestClass.cs │ │ │ ├── TestClass.cs.meta │ │ │ ├── TestDele.cs │ │ │ ├── TestDele.cs.meta │ │ │ ├── Vector3.cs │ │ │ └── Vector3.cs.meta │ │ │ ├── ComUnitTest.cs │ │ │ ├── ComUnitTest.cs.meta │ │ │ ├── ComponentM.cs │ │ │ ├── ComponentM.cs.meta │ │ │ ├── Perform.meta │ │ │ ├── Perform │ │ │ ├── Perform.cs │ │ │ └── Perform.cs.meta │ │ │ ├── TestEnum.cs │ │ │ └── TestEnum.cs.meta │ ├── UnitTest.unity │ ├── UnitTest.unity.meta │ ├── resources.meta │ └── resources │ │ ├── build by macmono.meta │ │ ├── build by macmono │ │ ├── unittestdll2.dll.bytes │ │ ├── unittestdll2.dll.bytes.meta │ │ ├── unittestdll2.dll.mdb.bytes │ │ └── unittestdll2.dll.mdb.bytes.meta │ │ ├── unittestdll.dll.bytes │ │ ├── unittestdll.dll.bytes.meta │ │ ├── unittestdll.pdb.bytes │ │ ├── unittestdll.pdb.bytes.meta │ │ ├── unittestdll2.dll.bytes │ │ ├── unittestdll2.dll.bytes.meta │ │ ├── unittestdll2.dll.mdb.bytes │ │ └── unittestdll2.dll.mdb.bytes.meta ├── ProjectSettings │ ├── AudioManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityAdsSettings.asset │ └── UnityAnalyticsManager.asset ├── Test-csharp.sln ├── Test-csharp.v12.suo └── Test.sln ├── UnitTestDll ├── Eviltestor │ ├── EvilTestor.cs │ ├── test01 │ │ ├── Test01.cs │ │ └── test.txt │ ├── test02 │ │ ├── Test02.cs │ │ └── test.txt │ ├── test03 │ │ ├── Test03.cs │ │ └── test.txt │ ├── test04 │ │ ├── Test04.cs │ │ └── test.txt │ ├── test05 │ │ ├── Test05.cs │ │ └── test.txt │ ├── test06 │ │ ├── Test06.cs │ │ └── test.txt │ ├── test07 │ │ ├── Test07.cs │ │ └── test.txt │ ├── test08 │ │ ├── Test08.cs │ │ └── test.txt │ ├── test09 │ │ ├── Test09.cs │ │ └── test.txt │ └── test10.cs ├── LightTestor │ ├── ExpTest_10.cs │ ├── ExpTest_20.cs │ ├── ExpTest_30.cs │ ├── ExpTest_40.cs │ ├── ExpTest_50.cs │ ├── ExpTest_60.cs │ ├── ExpTest_70.cs │ └── Perform_01.cs ├── Properties │ └── AssemblyInfo.cs ├── SimU3D │ ├── TestU3D.cs │ └── TestYield.cs ├── Test0.cs ├── Test_ByDuskforest.cs ├── Test_ByLynn.cs ├── UnitTestDll.csproj ├── UnitTestDll.sln ├── UnitTestDll.userprefs ├── UnitTestDll.v12.suo ├── test │ └── TestClass.cs ├── test_RefOut.cs ├── test_enum.cs ├── test_string_switch.cs └── 没有实现的IL.cs └── readme.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | UnityVS 6 | UnityVS.meta 7 | Library 8 | obj 9 | Temp 10 | bin 11 | *.suo 12 | # Folder config file 13 | Desktop.ini 14 | 15 | # Recycle Bin used on file shares 16 | $RECYCLE.BIN/ 17 | 18 | # Windows Installer files 19 | *.cab 20 | *.msi 21 | *.msm 22 | *.msp 23 | 24 | # Windows shortcuts 25 | *.lnk 26 | 27 | # ========================= 28 | # Operating System Files 29 | # ========================= 30 | 31 | # OSX 32 | # ========================= 33 | 34 | .DS_Store 35 | .AppleDouble 36 | .LSOverride 37 | 38 | # Thumbnails 39 | ._* 40 | 41 | # Files that might appear on external disk 42 | .Spotlight-V100 43 | .Trashes 44 | 45 | # Directories potentially created on remote AFP share 46 | .AppleDB 47 | .AppleDesktop 48 | Network Trash Folder 49 | Temporary Items 50 | .apdisk 51 | *.csproj 52 | *.csproj 53 | *.sln 54 | *.csproj 55 | *.suo 56 | *.suo 57 | Test/Assembly-CSharp-firstpass.csproj 58 | Test/Test.sln 59 | -------------------------------------------------------------------------------- /Test/Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e02ebbcfad42ff74c842747d569080fa 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4ffdb83b87023f40bfed51247d2761c 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b7a4bbc5c8dabf4ca6b8fd5ca8a2b56 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/CLRSharp_Env.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ccc354edaf0ba741be8ccabea8f28b9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/CrossBind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d37db62475788664f90cb1e611fd8cb2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/CrossBind/Yield.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ffc4ee9ef8edac438f8f1a4fac47a41 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Execute.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04af843a480fd934dbe8166135358b22 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Execute/CodeBody.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0f95d2a1c9a9af47969f5c0df59af53 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Execute/Context.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc17fbf613d7be4429c33b6fc1f502c6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Execute/StackFrame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 838bbff288387bf45b27e788d3ab4dab 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Execute/ValueOnStack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ce3551611051c440a4f92790307a06c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Interface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7543e4f61e3ad842bf75e84d8f10f49 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Interface/EnvAndLog.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | 5 | namespace CLRSharp 6 | { 7 | public interface ICLRSharp_Logger 8 | { 9 | void Log(string str); 10 | void Log_Warning(string str); 11 | void Log_Error(string str); 12 | } 13 | public interface ICLRSharp_Environment 14 | { 15 | string version 16 | { 17 | get; 18 | } 19 | void LoadModule(System.IO.Stream dllStream); 20 | 21 | void LoadModule(System.IO.Stream dllStream, System.IO.Stream pdbStream, Mono.Cecil.Cil.ISymbolReaderProvider debugInfoLoader); 22 | 23 | ////仅仅加载模块的名字和他引用的模块名字 24 | //void LoadModule_OnlyName(System.IO.Stream dllStream); 25 | 26 | void AddSerachAssembly(System.Reflection.Assembly assembly); 27 | string[] GetAllTypes(); 28 | ICLRType GetType(string name); 29 | 30 | string[] GetModuleRefNames(); 31 | ICLRType GetType(System.Type systemType); 32 | 33 | void RegType(ICLRType type); 34 | ICLRSharp_Logger logger 35 | { 36 | get; 37 | } 38 | 39 | void RegCrossBind(ICrossBind bind); 40 | 41 | ICrossBind GetCrossBind(Type type); 42 | 43 | } 44 | public interface ICrossBind 45 | { 46 | Type Type 47 | { get; } 48 | object CreateBind(CLRSharp_Instance inst); 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Interface/EnvAndLog.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acd4794f09421a44e9cf756c8b7ce256 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f034f9e8f048bb4ca7337e4a84c514b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/CLRSharp.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86eac08f62847994eaf4c2787670380f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/CLRSharp/CLRSharp_Instance.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | 5 | namespace CLRSharp 6 | { 7 | public class CLRSharp_Instance 8 | { 9 | public ICLRType_Sharp type 10 | { 11 | get; 12 | private set; 13 | } 14 | public CLRSharp_Instance(ICLRType_Sharp type) 15 | { 16 | this.type = type; 17 | } 18 | public object system_base; 19 | public Dictionary Fields = new Dictionary(); 20 | 21 | //每个方法都可以产生一个代理 22 | public Dictionary Delegates = new Dictionary(); 23 | 24 | public Delegate GetDelegate(ThreadContext context, Type deleType, IMethod method) 25 | { 26 | Delegate dele = null; 27 | if (!Delegates.TryGetValue(method, out dele)) 28 | { 29 | dele = Delegate_Binder.MakeDelegate(deleType, this, method); 30 | Delegates[method] = dele; 31 | //需要从Delegate转换成实际类型赋值的帮助类 32 | 33 | 34 | } 35 | return dele; 36 | } 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/CLRSharp/CLRSharp_Instance.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da7073d46c0d54d4d9ffc52de3411661 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/CLRSharp/CLRSharp_Type.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac73fba17fb55fa40a1f50559d8c8665 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/Delegate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64436cea59acfc346b5f468b0f209d01 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/Delegate/Delegate_Helper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c47d69bfe4e6cf49b92a2b6d5cecacb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/System.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 890c56c760294904abb9f88343a119d0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/System/System_Type.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42c3f2e5c3b50e5458673a9215251765 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/Type_Common.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2cca4ee7518c1740a9cb71d9ea5c3b1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/CLRSharp/CLRSharp/Type/Type_List.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92f42f56d2bb2c64c9da323d08501d33 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff47672ac8044ef4e8e3cf6a40fbcf45 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6be629708b226db47a2c188af9fc0a6d 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a4f3615fdfbf5644a41b73671bb5e40 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/Code.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 954fc630553cb1b40bd2f5bb8353b8d0 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/CodeReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 850286cbf1a0a1b44ac3640f1f5b424f 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/CodeWriter.cs: -------------------------------------------------------------------------------- 1 | // 2 | // CodeWriter.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | using System.Collections.Generic; 31 | 32 | using Mono.Collections.Generic; 33 | 34 | using Mono.Cecil.Metadata; 35 | using Mono.Cecil.PE; 36 | 37 | using RVA = System.UInt32; 38 | 39 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/CodeWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c76d08ba2872b3248a52032225c33958 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/Document.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37e187dc553f8ff4c88924f2472dd7fb 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/ExceptionHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03bae90ae4a0463489e39b59a317e5aa 3 | timeCreated: 1428411197 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/ILProcessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9fc87f28d010524390a08b504d5d0cf 3 | timeCreated: 1428411207 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/Instruction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 565016969e0f171498eb7c6e1025a06e 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/MethodBody.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28a2863086e3bf54fa5c433d24333bed 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/OpCode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 680e089ea213fcb48b53d89349b4ab9a 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/OpCodes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d1bf4a87f99c1248888109f45de1345 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/SequencePoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc130f66eefb40e459d22106817c91dc 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/Symbols.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a40b0ad81ac9f943ba6573853866b73 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/VariableDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d26367ec76964845a209a63863fa336 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Cil/VariableReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd78f3a8848c32a4da2acf402c693452 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0edc1a855cddbc46b7684ec41a90751 3 | folderAsset: yes 4 | timeCreated: 1428411197 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/BlobHeap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bed034ae04214cf469ffeb8cee7a1e97 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/Buffers.cs: -------------------------------------------------------------------------------- 1 | // 2 | // TableHeapBuffer.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | using System.Collections.Generic; 31 | using System.Text; 32 | 33 | using Mono.Cecil.PE; 34 | 35 | using RVA = System.UInt32; 36 | 37 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/Buffers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cc15d1adf145784b8b896727610dbb3 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/CodedIndex.cs: -------------------------------------------------------------------------------- 1 | // 2 | // CodedIndex.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | namespace Mono.Cecil.Metadata { 30 | 31 | enum CodedIndex { 32 | TypeDefOrRef, 33 | HasConstant, 34 | HasCustomAttribute, 35 | HasFieldMarshal, 36 | HasDeclSecurity, 37 | MemberRefParent, 38 | HasSemantics, 39 | MethodDefOrRef, 40 | MemberForwarded, 41 | Implementation, 42 | CustomAttributeType, 43 | ResolutionScope, 44 | TypeOrMethodDef 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/CodedIndex.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e8caa14f9e942949bc41f29b1ad5d47 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/ElementType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbdf7aed9c1bbdc478fad61384e10ec5 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/GuidHeap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eebc5cb9707bd224d883411a0f9a391a 3 | timeCreated: 1428411210 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/Heap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2d271781a9581049b2d773a4db86216 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/MetadataToken.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a8c1bbf4412230408613ffd90c85eb8 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/Row.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1573bdbae4492b04faf7a9dee89e36c4 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/StringHeap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4129397e463ddfd4ead45549838458c7 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/TableHeap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efe0a55901a26cf47b26f64f7911e1a2 3 | timeCreated: 1428411210 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/TokenType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 877723a09a956f74c834d7241eae3c55 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/UserStringHeap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8827fe00b1dd8844398a779619cac0f6 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.Metadata/Utilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5b3e9d3356131a40863b93cf357686f 3 | timeCreated: 1428411206 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9f6f608396c27e49bfbb2559812f4a1 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/BinaryStreamReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80c73027f807e5744a8e84c47a0bd895 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/BinaryStreamWriter.cs: -------------------------------------------------------------------------------- 1 | // 2 | // BinaryStreamWriter.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | using System.IO; 31 | 32 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/BinaryStreamWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a45ccac26d3c3c4288ab978af8445a1 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/ByteBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99a58e3020848964bb09dd3a16b5aa5a 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/ByteBufferEqualityComparer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c0c00048191a194698a4f7facf8ad48 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/DataDirectory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67ec307d9a80d8745855ae15f54248dd 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/Image.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c756e352e1c5e8499051be435245409 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/ImageReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75565bfee1aa78f4abe7bd1007ae6405 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/ImageWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/ImageWriter.cs -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/ImageWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7db0a558716beae4e88515ad2c7ab043 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/Section.cs: -------------------------------------------------------------------------------- 1 | // 2 | // Section.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | 31 | using RVA = System.UInt32; 32 | 33 | namespace Mono.Cecil.PE { 34 | 35 | sealed class Section { 36 | public string Name; 37 | public RVA VirtualAddress; 38 | public uint VirtualSize; 39 | public uint SizeOfRawData; 40 | public uint PointerToRawData; 41 | public byte [] Data; 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/Section.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b88f187bddd25849ab79257c4c468bb 3 | timeCreated: 1428411197 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/TextMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/TextMap.cs -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.PE/TextMap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91cfd6a3b6627d34c84de75d752ca9d3 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7eff242c561b3f46b4303494689629c 3 | folderAsset: yes 4 | timeCreated: 1428411197 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ArrayType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78736c4573ed1b745ab97292f2d1344f 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d78d299b171f6c444b8f24fff1faa45d 3 | timeCreated: 1428411207 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyFlags.cs: -------------------------------------------------------------------------------- 1 | // 2 | // AssemblyFlags.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | 31 | namespace Mono.Cecil { 32 | 33 | [Flags] 34 | public enum AssemblyAttributes : uint { 35 | PublicKey = 0x0001, 36 | SideBySideCompatible = 0x0000, 37 | Retargetable = 0x0100, 38 | WindowsRuntime = 0x0200, 39 | DisableJITCompileOptimizer = 0x4000, 40 | EnableJITCompileTracking = 0x8000, 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyFlags.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50d8365a99fdad14d911f56a2472039c 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyHashAlgorithm.cs: -------------------------------------------------------------------------------- 1 | // 2 | // AssemblyHashAlgorithm.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | namespace Mono.Cecil { 30 | 31 | public enum AssemblyHashAlgorithm : uint { 32 | None = 0x0000, 33 | Reserved = 0x8003, // MD5 34 | SHA1 = 0x8004 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyHashAlgorithm.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cee27c01cdc33a40a252fe91655d121 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyLinkedResource.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2d40206f806e7147bc4baec13179a02 3 | timeCreated: 1428411208 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyNameDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab605e255e2ca884bbad51c16eef0439 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyNameReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aee3dc17dfa998f4db33716c2463bd15 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba577c3f8a0121d449dae1f61ed6240c 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/AssemblyWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 361381f3beab60c498e729b0396b8b18 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/BaseAssemblyResolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13540e5eed94ea04da7a05eadbb0ca28 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/CallSite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbd0ac66cb50a6a4ba7ebec47b15bd56 3 | timeCreated: 1428411208 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/CustomAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c465a7e210917654aa9f6857feb5470f 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/DefaultAssemblyResolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6b140b2d4483f743b965ace733f5d8d 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/EmbeddedResource.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 307bf9aae1cb51d429a62c46dd9074e8 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/EventAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | // EventAttributes.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | 31 | namespace Mono.Cecil { 32 | 33 | [Flags] 34 | public enum EventAttributes : ushort { 35 | None = 0x0000, 36 | SpecialName = 0x0200, // Event is special 37 | RTSpecialName = 0x0400 // CLI provides 'special' behavior, depending upon the name of the event 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/EventAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d274cbe8780c4b4385828fff6bb2838 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/EventDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b63615904e317d247a81449e7b55cd30 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/EventReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 390b510ee2c790744b97ffebba1a44bb 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ExportedType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b1e09ff85eb1c64582907227452b921 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/FieldAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88e51e73e06f62a4fba14f7b44e41367 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/FieldDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ab77082555309642a77a899a42d45f7 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/FieldReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8751fa54de01954789a95a1f98504ab 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/FileAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | // FileAttributes.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | namespace Mono.Cecil { 30 | 31 | enum FileAttributes : uint { 32 | ContainsMetaData = 0x0000, // This is not a resource file 33 | ContainsNoMetaData = 0x0001, // This is a resource file or other non-metadata-containing file 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/FileAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f2f5c91253cedc4cb29850a94bcd846 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/FunctionPointerType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 320370b7025c3bc42835126c7535df2c 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/GenericInstanceMethod.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69ec3f597436ae14ea1075a89e2e7b98 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/GenericInstanceType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72d5a8ef24b6f2343a14943965571dce 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/GenericParameter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1695894aa1df9149968130c1de4a689 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/GenericParameterAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a485ffd17c77d9742ba3e94ba1161af4 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IConstantProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1597517238f938445b93d8ce7f2fd679 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ICustomAttributeProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ab7a264128aaa0439144a73a102af37 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IGenericInstance.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f69454c52569cd4a8d1e78275fc77c7 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IGenericParameterProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bfc9a8c400a41c48b937181f4b06773 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IMarshalInfoProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f400291b2d816c41b2b0a06603797d9 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IMemberDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d5fc5745bfecc643b49493a2afee226 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IMetadataScope.cs: -------------------------------------------------------------------------------- 1 | // 2 | // IMetadataScope.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | namespace Mono.Cecil { 30 | 31 | public enum MetadataScopeType { 32 | AssemblyNameReference, 33 | ModuleReference, 34 | ModuleDefinition, 35 | } 36 | 37 | public interface IMetadataScope : IMetadataTokenProvider { 38 | MetadataScopeType MetadataScopeType { get; } 39 | string Name { get; set; } 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IMetadataScope.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 121ea72622c870b4982884e45adf0bf8 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IMetadataTokenProvider.cs: -------------------------------------------------------------------------------- 1 | // 2 | // IMetadataTokenProvider.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | namespace Mono.Cecil { 30 | 31 | public interface IMetadataTokenProvider { 32 | 33 | MetadataToken MetadataToken { get; set; } 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IMetadataTokenProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1e14caaf32b439488e13687b4c18082 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/IMethodSignature.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b941eb58960a014e93b1f2760568c5d 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/Import.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ee0c8bcef296e549bd1c29c9bf89e69 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/LinkedResource.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f0a215b132b9e844af0227c8248d9a3 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ManifestResourceAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | // ManifestResourceAttributes.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | 31 | namespace Mono.Cecil { 32 | 33 | [Flags] 34 | public enum ManifestResourceAttributes : uint { 35 | VisibilityMask = 0x0007, 36 | Public = 0x0001, // The resource is exported from the Assembly 37 | Private = 0x0002 // The resource is private to the Assembly 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ManifestResourceAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b9f7fd6731c71548b980a63aeab6013 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MarshalInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c78d0ffbb95b8764f8953d141b3954d0 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MemberDefinitionCollection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85e1afdd9c6a09a479f35acb47dec7b5 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MemberReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09801a69d996e9b45a2e599e9be820e8 3 | timeCreated: 1428411197 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MetadataResolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9361a4e4ea4a4348b0222d4745125f6 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MetadataSystem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37699c593d5b0a249befcf473bda6756 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92d12915b6d640c4d828294834b04e2d 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodCallingConvention.cs: -------------------------------------------------------------------------------- 1 | // 2 | // MethodCallingConvention.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | namespace Mono.Cecil { 30 | 31 | public enum MethodCallingConvention : byte { 32 | Default = 0x0, 33 | C = 0x1, 34 | StdCall = 0x2, 35 | ThisCall = 0x3, 36 | FastCall = 0x4, 37 | VarArg = 0x5, 38 | Generic = 0x10, 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodCallingConvention.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd9534128f4cce24c840f1faadefaf6b 3 | timeCreated: 1428411213 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3c933f581f08bd44968e79a374eb9af 3 | timeCreated: 1428411208 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodImplAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fed15935804233749b2f3e097d43b17e 3 | timeCreated: 1428411213 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8da4a7e07ab10d447870bd9268a92839 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodReturnType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2d6869f9ede45f43a027e74b772c9c7 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodSemanticsAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e667aa8831b8f943843c4359931dc52 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/MethodSpecification.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cff048104854e04fb9fdc5595a485ac 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/Modifiers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe05d7a8d3237ec4790708c056acc085 3 | timeCreated: 1428411213 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ModuleDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8608acf492231ec4a86d6f9df9da1c47 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ModuleKind.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5930a30c5924d8d4fb4a5367ab236c32 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ModuleReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf10f8d8634900b42b43aedbd8d77a3d 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/NativeType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0f1633044dad204c86e592d477e7dc6 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/PInvokeAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ec5485c243410341aefcf5ce0f6cbeb 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/PInvokeInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b702296ff93b0c542a141ab6bfbbe892 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ParameterAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 805f2722b14a244418aa5d9098ea3070 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ParameterDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b78f5ddc5f09ce4da3fc0b7cc3f02c5 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ParameterDefinitionCollection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db1a35054a381b449b62e2bf141cc181 3 | timeCreated: 1428411207 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ParameterReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03178be209c7da24296059b746936df5 3 | timeCreated: 1428411197 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/PinnedType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3aaaf39c9a9c5c1428a478a79cad8d0d 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/PointerType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41f26e9540b03e94297f0e508e9663cc 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/PropertyAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66358e59d5ff7ee4db3cd12d91fa456d 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/PropertyDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c39bbe83c8629a4e8598e849bcc29f5 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/PropertyReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76b69699c8f8296418206f8086e414eb 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/ReferenceType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 060a3dff74781504b883a124f28a8ab9 3 | timeCreated: 1428411197 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/Resource.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4eec50981c0686a4cb42a71684301309 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/SecurityDeclaration.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81a42c47eef340349ab6ae5f2ca3fdd6 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/SentinelType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a42eb72dae2c6e64bbfb4fc4fd9efe24 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TargetRuntime.cs: -------------------------------------------------------------------------------- 1 | // 2 | // TargetRuntime.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | namespace Mono.Cecil { 30 | 31 | public enum TargetRuntime { 32 | Net_1_0, 33 | Net_1_1, 34 | Net_2_0, 35 | Net_4_0, 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TargetRuntime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d54666f8710e96448b4fd2985a0488b 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TypeAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22fcd851c1a4a154b885477a9c2937c3 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TypeDefinition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f709337f074048d4dbf6222d844d73f1 3 | timeCreated: 1428411212 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TypeDefinitionCollection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb7ad59c7631431448d207ad4ff25db0 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TypeParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bff6b5968abcb7b4b961ec99a1475ff8 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TypeReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e327da06f2c8eaf478ba763fe665f141 3 | timeCreated: 1428411208 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TypeSpecification.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7552a2ef8679ea4d98c4dcba3895fc1 3 | timeCreated: 1428411209 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/TypeSystem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37e8ca87782583a4e82e161eeaddd020 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Cecil/VariantType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b18eaa8e256ad764cb6b6779f808e53e 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Collections.Generic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee0cd00abf42d5f48b3756a79c69c639 3 | folderAsset: yes 4 | timeCreated: 1428411197 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Collections.Generic/Collection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e653d79482d4314408ca2d7918e996dd 3 | timeCreated: 1428411209 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Collections.Generic/ReadOnlyCollection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cca36299226b7d4f9c1cf7d4d724fa4 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Security.Cryptography.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4ce2962f6803554fb5cf18cfb080372 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Security.Cryptography/CryptoConvert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Security.Cryptography/CryptoConvert.cs -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Security.Cryptography/CryptoConvert.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efb0f68a40d25c14986c26506507d5e3 3 | timeCreated: 1428411210 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Security.Cryptography/CryptoService.cs: -------------------------------------------------------------------------------- 1 | // 2 | // CryptoService.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | using System.IO; 31 | using System.Reflection; 32 | using System.Security.Cryptography; 33 | 34 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.Security.Cryptography/CryptoService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9f32e0ee3ac25f4c85d6dfa39f95ced 3 | timeCreated: 1428411207 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be7c1798a722aec4d95453ee864a5c1c 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono/Actions.cs: -------------------------------------------------------------------------------- 1 | // 2 | // Actions.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | #if !NET_3_5 && !NET_4_0 30 | 31 | namespace Mono { 32 | //delegate void Action (); 33 | delegate void Action (T1 arg1, T2 arg2); 34 | //delegate void Action (T1 arg1, T2 arg2, T3 arg3); 35 | //delegate void Action (T1 arg1, T2 arg2, T3 arg3, T4 arg4); 36 | } 37 | 38 | #endif 39 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono/Actions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8491505f6f6cede42bdde6e148b2bbc4 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono/Empty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8f2b36504224ae4cb4ab23a8c5b8333 3 | timeCreated: 1428411207 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.20/MonoCecil/Mono/Funcs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d6524774aadaa241b2f5178f05784b6 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45bcfc0c54535084d8ef00d059a48679 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00af584c2c7d1c2488d97e7d365bf697 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.Cecil.Mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f109fe58a76d5a4ba55a3073fc62db8 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.Cecil.Mdb/MdbReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bab5e9cf6bfc61e4689c35819de11e73 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.Cecil.Mdb/MdbReaderProvider.cs: -------------------------------------------------------------------------------- 1 | using Mono.Cecil.Cil; 2 | using Mono.CompilerServices.SymbolWriter; 3 | using System; 4 | using System.IO; 5 | namespace Mono.Cecil.Mdb 6 | { 7 | public class MdbReaderProvider : ISymbolReaderProvider 8 | { 9 | public ISymbolReader GetSymbolReader(ModuleDefinition module, string fileName) 10 | { 11 | return new MdbReader(MonoSymbolFile.ReadSymbolFile(module, fileName)); 12 | } 13 | public ISymbolReader GetSymbolReader(ModuleDefinition module, Stream symbolStream) 14 | { 15 | return new MdbReader(MonoSymbolFile.ReadSymbolFile(module, symbolStream)); 16 | //throw new NotImplementedException(); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.Cecil.Mdb/MdbReaderProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d1ba57081da0254187be32835b36520 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1743a774ff621d640ac25762e9d33f33 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/AnonymousScopeEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32066a07765538f4ba5aecc97f2b81a2 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/CapturedScope.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public struct CapturedScope 5 | { 6 | public readonly int Scope; 7 | public readonly string CapturedName; 8 | public CapturedScope(int scope, string captured_name) 9 | { 10 | this.Scope = scope; 11 | this.CapturedName = captured_name; 12 | } 13 | internal CapturedScope(MyBinaryReader reader) 14 | { 15 | this.Scope = reader.ReadLeb128(); 16 | this.CapturedName = reader.ReadString(); 17 | } 18 | //internal void Write(MyBinaryWriter bw) 19 | //{ 20 | // bw.WriteLeb128(this.Scope); 21 | // bw.Write(this.CapturedName); 22 | //} 23 | public override string ToString() 24 | { 25 | return string.Format("[CapturedScope {0}:{1}]", this.Scope, this.CapturedName); 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/CapturedScope.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfebe2baea2ce6f409094740e2133571 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/CapturedVariable.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public struct CapturedVariable 5 | { 6 | public enum CapturedKind : byte 7 | { 8 | Local, 9 | Parameter, 10 | This 11 | } 12 | public readonly string Name; 13 | public readonly string CapturedName; 14 | public readonly CapturedVariable.CapturedKind Kind; 15 | public CapturedVariable(string name, string captured_name, CapturedVariable.CapturedKind kind) 16 | { 17 | this.Name = name; 18 | this.CapturedName = captured_name; 19 | this.Kind = kind; 20 | } 21 | internal CapturedVariable(MyBinaryReader reader) 22 | { 23 | this.Name = reader.ReadString(); 24 | this.CapturedName = reader.ReadString(); 25 | this.Kind = (CapturedVariable.CapturedKind)reader.ReadByte(); 26 | } 27 | //internal void Write(MyBinaryWriter bw) 28 | //{ 29 | // bw.Write(this.Name); 30 | // bw.Write(this.CapturedName); 31 | // bw.Write((byte)this.Kind); 32 | //} 33 | public override string ToString() 34 | { 35 | return string.Format("[CapturedVariable {0}:{1}:{2}]", this.Name, this.CapturedName, this.Kind); 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/CapturedVariable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6d2bcd8fe439704ca5e66c738321dff 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/CodeBlockEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed54bfb4bb0b16b4f83aa8a389375e67 3 | timeCreated: 1428411210 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/CompileUnitEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4978fd479b181054eaa7fd4921031dee 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ICompileUnit.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public interface ICompileUnit 5 | { 6 | CompileUnitEntry Entry 7 | { 8 | get; 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ICompileUnit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f42af5a491a3b44fa21d54559ba7b4d 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/IMethodDef.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public interface IMethodDef 5 | { 6 | string Name 7 | { 8 | get; 9 | } 10 | int Token 11 | { 12 | get; 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/IMethodDef.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40568c6f4287cae4d8d49b66950084f5 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ISourceFile.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public interface ISourceFile 5 | { 6 | SourceFileEntry Entry 7 | { 8 | get; 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ISourceFile.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc34515bfee0dd41b597e26eee204ac 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/LineNumberEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33bd5e54c94a82c49a2a2479d207c56c 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/LineNumberTable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f1ebde6875f43d43b44a48bfe28bc94 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/LocalVariableEntry.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public struct LocalVariableEntry 5 | { 6 | public readonly int Index; 7 | public readonly string Name; 8 | public readonly int BlockIndex; 9 | public LocalVariableEntry(int index, string name, int block) 10 | { 11 | this.Index = index; 12 | this.Name = name; 13 | this.BlockIndex = block; 14 | } 15 | internal LocalVariableEntry(MonoSymbolFile file, MyBinaryReader reader) 16 | { 17 | this.Index = reader.ReadLeb128(); 18 | this.Name = reader.ReadString(); 19 | this.BlockIndex = reader.ReadLeb128(); 20 | } 21 | //internal void Write(MonoSymbolFile file, MyBinaryWriter bw) 22 | //{ 23 | // bw.WriteLeb128(this.Index); 24 | // bw.Write(this.Name); 25 | // bw.WriteLeb128(this.BlockIndex); 26 | //} 27 | public override string ToString() 28 | { 29 | return string.Format("[LocalVariable {0}:{1}:{2}]", this.Name, this.Index, this.BlockIndex - 1); 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/LocalVariableEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c886e9cc13a7dd4ea102d9b92891a67 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MethodEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5201bffc21efc1d4da2744f1154ef474 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MonoSymbolFile.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2d0f5c5e9c152745829407276479990 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MonoSymbolFileException.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public class MonoSymbolFileException : Exception 5 | { 6 | public MonoSymbolFileException() 7 | { 8 | } 9 | public MonoSymbolFileException(string message, params object[] args) : base(string.Format(message, args)) 10 | { 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MonoSymbolFileException.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff40496600222e542b4a0b93a4d30634 3 | timeCreated: 1428411214 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MonoSymbolWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f74f2ed68bb784649b46d7dd453c0ae2 3 | timeCreated: 1428411212 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MyBinaryReader.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.IO; 3 | namespace Mono.CompilerServices.SymbolWriter 4 | { 5 | internal class MyBinaryReader : BinaryReader 6 | { 7 | public MyBinaryReader(Stream stream) : base(stream) 8 | { 9 | } 10 | public int ReadLeb128() 11 | { 12 | return base.Read7BitEncodedInt(); 13 | } 14 | public string ReadString(int offset) 15 | { 16 | long old_pos = this.BaseStream.Position; 17 | this.BaseStream.Position = (long)offset; 18 | string text = this.ReadString(); 19 | this.BaseStream.Position = old_pos; 20 | return text; 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MyBinaryReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d01acb1482f2ef4889e8c91d54f1707 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MyBinaryWriter.cs: -------------------------------------------------------------------------------- 1 | //using System; 2 | //using System.IO; 3 | //namespace Mono.CompilerServices.SymbolWriter 4 | //{ 5 | // internal class MyBinaryWriter : BinaryWriter 6 | // { 7 | // public MyBinaryWriter(Stream stream) : base(stream) 8 | // { 9 | // } 10 | // public void WriteLeb128(int value) 11 | // { 12 | // base.Write7BitEncodedInt(value); 13 | // } 14 | // } 15 | //} 16 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/MyBinaryWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bb55831038a05c4b96bc8053a0c2862 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/NamespaceEntry.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public struct NamespaceEntry 5 | { 6 | public readonly string Name; 7 | public readonly int Index; 8 | public readonly int Parent; 9 | public readonly string[] UsingClauses; 10 | public NamespaceEntry(string name, int index, string[] using_clauses, int parent) 11 | { 12 | this.Name = name; 13 | this.Index = index; 14 | this.Parent = parent; 15 | this.UsingClauses = ((using_clauses != null) ? using_clauses : new string[0]); 16 | } 17 | internal NamespaceEntry(MonoSymbolFile file, MyBinaryReader reader) 18 | { 19 | this.Name = reader.ReadString(); 20 | this.Index = reader.ReadLeb128(); 21 | this.Parent = reader.ReadLeb128(); 22 | int count = reader.ReadLeb128(); 23 | this.UsingClauses = new string[count]; 24 | for (int i = 0; i < count; i++) 25 | { 26 | this.UsingClauses[i] = reader.ReadString(); 27 | } 28 | } 29 | //internal void Write(MonoSymbolFile file, MyBinaryWriter bw) 30 | //{ 31 | // bw.Write(this.Name); 32 | // bw.WriteLeb128(this.Index); 33 | // bw.WriteLeb128(this.Parent); 34 | // bw.WriteLeb128(this.UsingClauses.Length); 35 | // string[] usingClauses = this.UsingClauses; 36 | // for (int i = 0; i < usingClauses.Length; i++) 37 | // { 38 | // string uc = usingClauses[i]; 39 | // bw.Write(uc); 40 | // } 41 | //} 42 | public override string ToString() 43 | { 44 | return string.Format("[Namespace {0}:{1}:{2}]", this.Name, this.Index, this.Parent); 45 | } 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/NamespaceEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 548d287d68aade9468c2a8b630598441 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/NamespaceInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections; 3 | namespace Mono.CompilerServices.SymbolWriter 4 | { 5 | internal class NamespaceInfo 6 | { 7 | public string Name; 8 | public int NamespaceID; 9 | public ArrayList UsingClauses = new ArrayList(); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/NamespaceInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18c75e86ed417964db47ad870aac3739 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/OffsetTable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fdc87cd94717594891eb65a1474fa28 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ScopeVariable.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | public struct ScopeVariable 5 | { 6 | public readonly int Scope; 7 | public readonly int Index; 8 | public ScopeVariable(int scope, int index) 9 | { 10 | this.Scope = scope; 11 | this.Index = index; 12 | } 13 | internal ScopeVariable(MyBinaryReader reader) 14 | { 15 | this.Scope = reader.ReadLeb128(); 16 | this.Index = reader.ReadLeb128(); 17 | } 18 | //internal void Write(MyBinaryWriter bw) 19 | //{ 20 | // bw.WriteLeb128(this.Scope); 21 | // bw.WriteLeb128(this.Index); 22 | //} 23 | public override string ToString() 24 | { 25 | return string.Format("[ScopeVariable {0}:{1}]", this.Scope, this.Index); 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/ScopeVariable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8541a5fbc6450e84ea2f31d54df25cbd 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/SourceFileEntry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56826f889b0f855428a5ae35af9f08b5 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/SourceMethodBuilder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8af7204867260af41a3051d58cdfb4bd 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/SourceMethodImpl.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | namespace Mono.CompilerServices.SymbolWriter 3 | { 4 | internal class SourceMethodImpl : IMethodDef 5 | { 6 | private string name; 7 | private int token; 8 | private int namespaceID; 9 | public string Name 10 | { 11 | get 12 | { 13 | return this.name; 14 | } 15 | } 16 | public int NamespaceID 17 | { 18 | get 19 | { 20 | return this.namespaceID; 21 | } 22 | } 23 | public int Token 24 | { 25 | get 26 | { 27 | return this.token; 28 | } 29 | } 30 | public SourceMethodImpl(string name, int token, int namespaceID) 31 | { 32 | this.name = name; 33 | this.token = token; 34 | this.namespaceID = namespaceID; 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/SourceMethodImpl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de14e9a9592fc70488343cb30bdce78c 3 | timeCreated: 1428411208 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/SymbolDocumentWriterImpl.cs: -------------------------------------------------------------------------------- 1 | //using System; 2 | //using System.Diagnostics.SymbolStore; 3 | //namespace Mono.CompilerServices.SymbolWriter 4 | //{ 5 | // internal class SymbolDocumentWriterImpl : ISymbolDocumentWriter, ISourceFile, ICompileUnit 6 | // { 7 | // private CompileUnitEntry comp_unit; 8 | // SourceFileEntry ISourceFile.Entry 9 | // { 10 | // get 11 | // { 12 | // return this.comp_unit.SourceFile; 13 | // } 14 | // } 15 | // public CompileUnitEntry Entry 16 | // { 17 | // get 18 | // { 19 | // return this.comp_unit; 20 | // } 21 | // } 22 | // public SymbolDocumentWriterImpl(CompileUnitEntry comp_unit) 23 | // { 24 | // this.comp_unit = comp_unit; 25 | // } 26 | // public void SetCheckSum(Guid algorithmId, byte[] checkSum) 27 | // { 28 | // } 29 | // public void SetSource(byte[] source) 30 | // { 31 | // } 32 | // } 33 | //} 34 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/SymbolDocumentWriterImpl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e5956bacb7047d4597fa4469cfa62dd 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Mdb/mdb/Mono.CompilerServices.SymbolWriter/SymbolWriterImpl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 107f59571fde27646a493b5d40ee258b 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e63da043873b084eada57a271646b10 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 619d20bc187b0004e84746b5a6041130 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efde9e425c41d1d449c9e9055437b066 3 | folderAsset: yes 4 | timeCreated: 1428411197 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/BitAccess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b3b4f12c3b382e4a880ea383a661b19 3 | timeCreated: 1428411197 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/BitSet.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2c741542ad71bc4e82e8f9030ecd338 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/CvInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06308821526d21840a15e448ac079e15 3 | timeCreated: 1428411197 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/DataStream.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fdaca47b944c0d40b7e09e7104bf299 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/DbiDbgHdr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f8a7d6bbdd91b94bbbe9bdd9c662595 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/DbiHeader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f04e8d5286f14648b2ebfd4355a87f9 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/DbiModuleInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45a3a89fe95dafd459930496f82ead4d 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/DbiSecCon.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e799b2c556f909446bd644d29df865f1 3 | timeCreated: 1428411209 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/IntHashTable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d4865bef2ee82b4c8678ff3bd837881 3 | timeCreated: 1428411204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/Interfaces.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5009b64877fd9e64e83d5d378516ee92 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/MsfDirectory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6950ec73568de2347aad15778fc4b764 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbConstant.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d4e6da8f6909f34796e31d78034feca 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbDebugException.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft. All rights reserved. 4 | // This code is licensed under the Microsoft Public License. 5 | // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 6 | // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY 7 | // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 8 | // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. 9 | // 10 | //----------------------------------------------------------------------------- 11 | using System; 12 | using System.IO; 13 | 14 | namespace Microsoft.Cci.Pdb { 15 | internal class PdbDebugException : IOException { 16 | internal PdbDebugException(String format, params object[] args) 17 | : base(String.Format(format, args)) { 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbDebugException.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4f924790dc6658448e9e9e142cd1cbd 3 | timeCreated: 1428411209 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbException.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft. All rights reserved. 4 | // This code is licensed under the Microsoft Public License. 5 | // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 6 | // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY 7 | // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 8 | // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. 9 | // 10 | //----------------------------------------------------------------------------- 11 | using System; 12 | using System.IO; 13 | 14 | namespace Microsoft.Cci.Pdb { 15 | internal class PdbException : IOException { 16 | internal PdbException(String format, params object[] args) 17 | : base(String.Format(format, args)) { 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbException.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 376023872ed8abb48bb9ff5c8886fe23 3 | timeCreated: 1428411200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbFile.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9a5c1d955e7e444eb7ce19663854a7f 3 | timeCreated: 1428411209 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbFileHeader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0eef1ce3729f1774caa7a317e6e30e94 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbFunction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42725144928c85e4d81ff77beb2443de 3 | timeCreated: 1428411201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbLine.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft. All rights reserved. 4 | // This code is licensed under the Microsoft Public License. 5 | // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 6 | // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY 7 | // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 8 | // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. 9 | // 10 | //----------------------------------------------------------------------------- 11 | using System; 12 | 13 | namespace Microsoft.Cci.Pdb { 14 | internal struct PdbLine { 15 | internal uint offset; 16 | internal uint lineBegin; 17 | internal uint lineEnd; 18 | internal ushort colBegin; 19 | internal ushort colEnd; 20 | 21 | internal PdbLine(uint offset, uint lineBegin, ushort colBegin, uint lineEnd, ushort colEnd) { 22 | this.offset = offset; 23 | this.lineBegin = lineBegin; 24 | this.colBegin = colBegin; 25 | this.lineEnd = lineEnd; 26 | this.colEnd = colEnd; 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbLine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab978aae34840844cbd16d54fd0a73fc 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbLines.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft. All rights reserved. 4 | // This code is licensed under the Microsoft Public License. 5 | // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 6 | // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY 7 | // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 8 | // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. 9 | // 10 | //----------------------------------------------------------------------------- 11 | using System; 12 | 13 | namespace Microsoft.Cci.Pdb { 14 | internal class PdbLines { 15 | internal PdbSource file; 16 | internal PdbLine[] lines; 17 | 18 | internal PdbLines(PdbSource file, uint count) { 19 | this.file = file; 20 | this.lines = new PdbLine[count]; 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbLines.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc4925fd49f7ffc499306a9fa5a5f938 3 | timeCreated: 1428411208 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbReader.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft. All rights reserved. 4 | // This code is licensed under the Microsoft Public License. 5 | // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 6 | // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY 7 | // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 8 | // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. 9 | // 10 | //----------------------------------------------------------------------------- 11 | using System; 12 | using System.IO; 13 | 14 | namespace Microsoft.Cci.Pdb { 15 | internal class PdbReader { 16 | internal PdbReader(Stream reader, int pageSize) { 17 | this.pageSize = pageSize; 18 | this.reader = reader; 19 | } 20 | 21 | internal void Seek(int page, int offset) { 22 | reader.Seek(page * pageSize + offset, SeekOrigin.Begin); 23 | } 24 | 25 | internal void Read(byte[] bytes, int offset, int count) { 26 | reader.Read(bytes, offset, count); 27 | } 28 | 29 | internal int PagesFromSize(int size) { 30 | return (size + pageSize - 1) / (pageSize); 31 | } 32 | 33 | //internal int PageSize { 34 | // get { return pageSize; } 35 | //} 36 | 37 | internal readonly int pageSize; 38 | internal readonly Stream reader; 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f05e8e0952510a442ad51c6a0cbf0766 3 | timeCreated: 1428411210 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbScope.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb75dda521623de4fb204732b464af29 3 | timeCreated: 1428411210 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbSlot.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft. All rights reserved. 4 | // This code is licensed under the Microsoft Public License. 5 | // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 6 | // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY 7 | // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 8 | // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. 9 | // 10 | //----------------------------------------------------------------------------- 11 | using System; 12 | 13 | namespace Microsoft.Cci.Pdb { 14 | internal class PdbSlot { 15 | internal uint slot; 16 | internal string name; 17 | internal ushort flags; 18 | //internal uint segment; 19 | //internal uint address; 20 | 21 | internal PdbSlot(BitAccess bits, out uint typind) { 22 | AttrSlotSym slot; 23 | 24 | bits.ReadUInt32(out slot.index); 25 | bits.ReadUInt32(out slot.typind); 26 | bits.ReadUInt32(out slot.offCod); 27 | bits.ReadUInt16(out slot.segCod); 28 | bits.ReadUInt16(out slot.flags); 29 | bits.ReadCString(out slot.name); 30 | 31 | this.slot = slot.index; 32 | this.name = slot.name; 33 | this.flags = slot.flags; 34 | //this.segment = slot.segCod; 35 | //this.address = slot.offCod; 36 | 37 | typind = slot.typind; 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b3a931493cef404396e74fc13dbd5b0 3 | timeCreated: 1428411203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbSource.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) Microsoft. All rights reserved. 4 | // This code is licensed under the Microsoft Public License. 5 | // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 6 | // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY 7 | // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR 8 | // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. 9 | // 10 | //----------------------------------------------------------------------------- 11 | using System; 12 | 13 | namespace Microsoft.Cci.Pdb { 14 | internal class PdbSource { 15 | //internal uint index; 16 | internal string name; 17 | internal Guid doctype; 18 | internal Guid language; 19 | internal Guid vendor; 20 | 21 | internal PdbSource(/*uint index, */string name, Guid doctype, Guid language, Guid vendor) { 22 | //this.index = index; 23 | this.name = name; 24 | this.doctype = doctype; 25 | this.language = language; 26 | this.vendor = vendor; 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/PdbSource.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd37bd0b81730344fa8de9e60743a93e 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/SourceLocationProvider.cs: -------------------------------------------------------------------------------- 1 | //----------------------------------------------------------------------------- 2 | // 3 | // Copyright (C) Microsoft Corporation. All Rights Reserved. 4 | // 5 | //----------------------------------------------------------------------------- 6 | using System; 7 | using System.Collections.Generic; 8 | using System.IO; 9 | using Microsoft.Cci; 10 | using Microsoft.Cci.Pdb; 11 | using System.Text; 12 | using System.Diagnostics.SymbolStore; 13 | 14 | namespace Microsoft.Cci { 15 | 16 | internal sealed class PdbIteratorScope : ILocalScope { 17 | 18 | internal PdbIteratorScope(uint offset, uint length) { 19 | this.offset = offset; 20 | this.length = length; 21 | } 22 | 23 | public uint Offset { 24 | get { return this.offset; } 25 | } 26 | uint offset; 27 | 28 | public uint Length { 29 | get { return this.length; } 30 | } 31 | uint length; 32 | } 33 | } -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Microsoft.Cci.Pdb/SourceLocationProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b427c83d465f8d84fb8a9caa7f9dcd07 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dc48df7f14602d45b28244f2e01c8b9 3 | folderAsset: yes 4 | timeCreated: 1428411196 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/ISymUnmanagedDocumentWriter.cs: -------------------------------------------------------------------------------- 1 | // ISymUnmanagedDocumentWriter.cs 2 | // 3 | // Author: 4 | // Juerg Billeter (j@bitron.ch) 5 | // 6 | // (C) 2008 Juerg Billeter 7 | // 8 | // Permission is hereby granted, free of charge, to any person obtaining 9 | // a copy of this software and associated documentation files (the 10 | // "Software"), to deal in the Software without restriction, including 11 | // without limitation the rights to use, copy, modify, merge, publish, 12 | // distribute, sublicense, and/or sell copies of the Software, and to 13 | // permit persons to whom the Software is furnished to do so, subject to 14 | // the following conditions: 15 | // 16 | // The above copyright notice and this permission notice shall be 17 | // included in all copies or substantial portions of the Software. 18 | // 19 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 20 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 22 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 23 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 24 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 25 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 26 | // 27 | 28 | using System.Runtime.InteropServices; 29 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/ISymUnmanagedDocumentWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e97d087624d90284fa94da73369de8c9 3 | timeCreated: 1428411209 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/ISymUnmanagedWriter2.cs: -------------------------------------------------------------------------------- 1 | // 2 | // ISymUnmanagedWriter2.cs 3 | // 4 | // Author: 5 | // Juerg Billeter (j@bitron.ch) 6 | // 7 | // (C) 2008 Juerg Billeter 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | using System.Diagnostics.SymbolStore; 31 | using System.Runtime.InteropServices; 32 | using System.Runtime.InteropServices.ComTypes; 33 | 34 | using Mono.Cecil.Cil; 35 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/ISymUnmanagedWriter2.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f18da563c7de0854fa48ae81e8edfb66 3 | timeCreated: 1428411211 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/ModuleMetadata.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Runtime.InteropServices; 4 | using System.Text; 5 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/ModuleMetadata.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dff117ca5b51d2c4bbc45a5ae3213b95 3 | timeCreated: 1428411208 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/PdbHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d55e914dee6247340ae4dba9fbbe4ef6 3 | timeCreated: 1428411206 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/PdbReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dd3e85c21b14b543abda966a3630408 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/PdbWriter.cs: -------------------------------------------------------------------------------- 1 | // 2 | // PdbWriter.cs 3 | // 4 | // Author: 5 | // Jb Evain (jbevain@gmail.com) 6 | // 7 | // Copyright (c) 2008 - 2011 Jb Evain 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | using System.Collections.Generic; 31 | using System.Diagnostics.SymbolStore; 32 | 33 | using Mono.Cecil.Cil; 34 | using Mono.Collections.Generic; 35 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/PdbWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1dc6144decc99e9448a7c9e72f36fa57 3 | timeCreated: 1428411198 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/SymDocumentWriter.cs: -------------------------------------------------------------------------------- 1 | // 2 | // SymDocumentWriter.cs 3 | // 4 | // Author: 5 | // Juerg Billeter (j@bitron.ch) 6 | // 7 | // (C) 2008 Juerg Billeter 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/SymDocumentWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7cbe89c039cbaa409a5394461c3e123 3 | timeCreated: 1428411205 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/SymWriter.cs: -------------------------------------------------------------------------------- 1 | // 2 | // SymWriter.cs 3 | // 4 | // Author: 5 | // Juerg Billeter (j@bitron.ch) 6 | // 7 | // (C) 2008 Juerg Billeter 8 | // 9 | // Permission is hereby granted, free of charge, to any person obtaining 10 | // a copy of this software and associated documentation files (the 11 | // "Software"), to deal in the Software without restriction, including 12 | // without limitation the rights to use, copy, modify, merge, publish, 13 | // distribute, sublicense, and/or sell copies of the Software, and to 14 | // permit persons to whom the Software is furnished to do so, subject to 15 | // the following conditions: 16 | // 17 | // The above copyright notice and this permission notice shall be 18 | // included in all copies or substantial portions of the Software. 19 | // 20 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | // 28 | 29 | using System; 30 | using System.Collections.Generic; 31 | using System.Diagnostics.SymbolStore; 32 | using System.Runtime.InteropServices; 33 | 34 | using Mono.Cecil.Cil; 35 | using Mono.Collections.Generic; 36 | 37 | 38 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/Mono.Cecil.Pdb/pdb/Mono.Cecil.Pdb/SymWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5be446149aafdf849ac0f984c3da60aa 3 | timeCreated: 1428411202 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/TypeExt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4504238dcb838be4ea5ec891c54f93dd 3 | folderAsset: yes 4 | timeCreated: 1436237236 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/TypeExt/TypeForGameObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2658f579fa29df478941e5d215b9eaf 3 | timeCreated: 1436237236 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1dc7fa5db066c64e97d60b2a15b6c75 3 | folderAsset: yes 4 | timeCreated: 1428411287 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aabd93a5afccc9d42b9b62ab9aa70e00 3 | folderAsset: yes 4 | timeCreated: 1428411328 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/CSLEConvert.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20cdb80beddeff84aaf7140b386bc7bc 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/Country.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | using UnitTest; 5 | 6 | namespace CLScriptExt 7 | { 8 | public enum Country:ushort 9 | { 10 | Chinese, 11 | English, 12 | Japnese, 13 | }; 14 | public class UserData 15 | { 16 | public static void ShowContry(Country c) 17 | { 18 | Logger.Log(c.ToString()); 19 | } 20 | public static UserData g_this = new UserData(); 21 | public static UserData Instance() 22 | { 23 | return g_this; 24 | } 25 | public Dictionary HeroDataMap = new Dictionary(); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/Country.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 816c5dea816771e4a94d63d8c5c80117 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/LSharpConvert.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a09b191fd5af45b49b096964508d77d6 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/MyClass.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | 4 | using System.Reflection.Emit; 5 | using System.Text; 6 | using UnityEngine; 7 | 8 | 9 | 10 | public class MyClass2 11 | { 12 | public static Vector3 GetInputMousePos() 13 | { 14 | return UnityEngine.Input.mousePosition; 15 | } 16 | } 17 | public class config 18 | { 19 | public static int Cell(double i) 20 | { 21 | return (int)i; 22 | } 23 | } 24 | 25 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/MyClass.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebd8a43630a011442a7aac3cc7d1b1f2 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/MyJson.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3c1c750fee0d5946b814415b085e42b 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/MyJsonCompress.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3bf20eb24f92bf498c62f87fa8c18a6 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/Student.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c7cc1e86a968614abbead139c54a953 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/TestClass.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 206bd8670c7fb7549b1b09ae01dd7898 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/TestDele.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe8ef9a0565673b4d9e502e25ff1dba8 3 | timeCreated: 1428411330 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/CLScriptExt/Vector3.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5bd7d626a76c644c99b9c45c43bc294 3 | timeCreated: 1428411329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/ComUnitTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90f0b59d2de04584590d07653cc55f04 3 | timeCreated: 1428411338 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/ComponentM.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | using System; 4 | 5 | public class ComponentM : MonoBehaviour 6 | { 7 | public Action action; 8 | // Use this for initialization 9 | void Start() 10 | { 11 | 12 | } 13 | 14 | // Update is called once per frame 15 | void Update() 16 | { 17 | if (action != null) 18 | { 19 | action(); 20 | action = null; 21 | } 22 | } 23 | 24 | public static ComponentM AddComponentM(GameObject obj) 25 | { 26 | return obj.AddComponent(); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/ComponentM.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7dc41647ad1ae3141867cff909d8c3c9 3 | timeCreated: 1429585183 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/Perform.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8f780945d0422542bc39cabfd8a8f11 3 | folderAsset: yes 4 | timeCreated: 1428411328 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/Perform/Perform.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c55425b841cc7640922fae32b957e8f 3 | timeCreated: 1428411328 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/TestEnum.cs: -------------------------------------------------------------------------------- 1 | public enum CSharpEnum : byte 2 | { 3 | Zero = 0, 4 | One = 1, 5 | Two = 2, 6 | } 7 | 8 | public struct MyTestClassA 9 | { 10 | public CSharpEnum data; 11 | public MyTestClassA(CSharpEnum data) 12 | { 13 | this.data = data; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Test/Assets/Plugins/UnitTest/TestEnum.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35b5df3eee16d954a8ee76bc13e8f767 3 | timeCreated: 1429586592 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Test/Assets/UnitTest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/UnitTest.unity -------------------------------------------------------------------------------- /Test/Assets/UnitTest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2af23456afca55a459da940f1390138d 3 | timeCreated: 1428411358 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Test/Assets/resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f01ac10c688ec434e930e936d9e0a333 3 | folderAsset: yes 4 | timeCreated: 1428412070 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/resources/build by macmono.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0c3b1aa6125ff548a3bbe40c8b1e11f 3 | folderAsset: yes 4 | timeCreated: 1429786575 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Test/Assets/resources/build by macmono/unittestdll2.dll.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/resources/build by macmono/unittestdll2.dll.bytes -------------------------------------------------------------------------------- /Test/Assets/resources/build by macmono/unittestdll2.dll.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc4acb69b0a5b384e874c8e33302922a 3 | timeCreated: 1429786638 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Test/Assets/resources/build by macmono/unittestdll2.dll.mdb.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/resources/build by macmono/unittestdll2.dll.mdb.bytes -------------------------------------------------------------------------------- /Test/Assets/resources/build by macmono/unittestdll2.dll.mdb.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4017707b3e9f406489cc78bb32c2649a 3 | timeCreated: 1429786638 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll.dll.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/resources/unittestdll.dll.bytes -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll.dll.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a0ee6454608fb24ab7c3c611cd18bbe 3 | timeCreated: 1428412070 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll.pdb.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/resources/unittestdll.pdb.bytes -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll.pdb.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d5b7f19d4b349640984cbd5cc9ce0be 3 | timeCreated: 1428412070 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll2.dll.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/resources/unittestdll2.dll.bytes -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll2.dll.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2567c5b516908c441a6829c9319ce45e 3 | timeCreated: 1429786638 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll2.dll.mdb.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Assets/resources/unittestdll2.dll.mdb.bytes -------------------------------------------------------------------------------- /Test/Assets/resources/unittestdll2.dll.mdb.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2b6e78256d2c224d8ad5862e6cb1308 3 | timeCreated: 1429786638 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Test/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.1.1f1 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Test/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /Test/ProjectSettings/UnityAnalyticsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/ProjectSettings/UnityAnalyticsManager.asset -------------------------------------------------------------------------------- /Test/Test-csharp.sln: -------------------------------------------------------------------------------- 1 | Microsoft Visual Studio Solution File, Format Version 11.00 2 | # Visual Studio 2008 3 | 4 | Project("{0CBC6611-F554-0BD0-809A-388DC95A615B}") = "Test", "Assembly-CSharp-firstpass-vs.csproj", "{6BCF1753-8618-A6C0-7F1D-4322E3AED478}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | GlobalSection(MonoDevelopProperties) = preSolution 21 | StartupItem = Assembly-CSharp.csproj 22 | Policies = $0 23 | $0.TextStylePolicy = $1 24 | $1.inheritsSet = null 25 | $1.scope = text/x-csharp 26 | $0.CSharpFormattingPolicy = $2 27 | $2.inheritsSet = Mono 28 | $2.inheritsScope = text/x-csharp 29 | $2.scope = text/x-csharp 30 | $0.TextStylePolicy = $3 31 | $3.FileWidth = 120 32 | $3.TabWidth = 4 33 | $3.IndentWidth = 4 34 | $3.EolMarker = Unix 35 | $3.inheritsSet = Mono 36 | $3.inheritsScope = text/plain 37 | $3.scope = text/plain 38 | EndGlobalSection 39 | 40 | EndGlobal 41 | -------------------------------------------------------------------------------- /Test/Test-csharp.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/Test/Test-csharp.v12.suo -------------------------------------------------------------------------------- /Test/Test.sln: -------------------------------------------------------------------------------- 1 | Microsoft Visual Studio Solution File, Format Version 11.00 2 | # Visual Studio 2008 3 | 4 | Project("{0CBC6611-F554-0BD0-809A-388DC95A615B}") = "Test", "Assembly-CSharp-firstpass.csproj", "{6BCF1753-8618-A6C0-7F1D-4322E3AED478}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | GlobalSection(MonoDevelopProperties) = preSolution 21 | StartupItem = Assembly-CSharp.csproj 22 | Policies = $0 23 | $0.TextStylePolicy = $1 24 | $1.inheritsSet = null 25 | $1.scope = text/x-csharp 26 | $0.CSharpFormattingPolicy = $2 27 | $2.inheritsSet = Mono 28 | $2.inheritsScope = text/x-csharp 29 | $2.scope = text/x-csharp 30 | $0.TextStylePolicy = $3 31 | $3.FileWidth = 120 32 | $3.TabWidth = 4 33 | $3.IndentWidth = 4 34 | $3.EolMarker = Unix 35 | $3.inheritsSet = Mono 36 | $3.inheritsScope = text/plain 37 | $3.scope = text/plain 38 | EndGlobalSection 39 | 40 | EndGlobal 41 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test01/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试完成Helloworld. 2 | 3 | 4 | Script_TestConstructor tc= new Script_TestConstructor(); -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test02/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试完成Delegate. 2 | //脚本通过各种方式向程序中添加回调 3 | 4 | Test02.Run(); -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test03/Test03.cs: -------------------------------------------------------------------------------- 1 |  2 | //using CSEvilTestor; 3 | using System; 4 | using System.Collections.Generic; 5 | using System.Text; 6 | 7 | class Test03 8 | { 9 | public static void Run() 10 | { 11 | List list1 = new List();//c#Light 不支持模板,所以这里要注意一下 12 | //List 可以 List < int > 有空格不可以 13 | list1.Add(1); 14 | list1.Add(2); 15 | list1.Add(3); 16 | List> list2 = new List>(); 17 | 18 | list2.Add(list1); 19 | List>> list3 = new List>>(); 20 | list3.Add(list2); 21 | } 22 | 23 | } 24 | 25 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test03/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试测试一些奇特的类型名 2 | //List 3 | //List> 4 | //List>> 5 | 6 | Test03.Run(); -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test04/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试测试接口继承 2 | 3 | Test04.Run(); -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test05/Test05.cs: -------------------------------------------------------------------------------- 1 |  2 | //using CSEvilTestor; 3 | using System; 4 | using System.Collections.Generic; 5 | using System.Text; 6 | using UnitTest; 7 | 8 | class Test05 9 | { 10 | public static void Run() 11 | { 12 | if (c5 == null) 13 | { 14 | c5 = new C5(); 15 | 16 | } 17 | try 18 | { 19 | 20 | 21 | throw new NotImplementedException("E2"); 22 | } 23 | catch (NotSupportedException err) 24 | { 25 | Logger.Log("not here."); 26 | } 27 | catch (NotImplementedException err) 28 | { 29 | Logger.Log("Got."); 30 | } 31 | catch (Exception err) 32 | { 33 | Logger.Log("Got 2."); 34 | } 35 | } 36 | static C5 c5 = null; 37 | } 38 | 39 | class C5 40 | { 41 | 42 | } 43 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test05/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试测试try catch throw 2 | Test05.Run(); -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test06/Test06.cs: -------------------------------------------------------------------------------- 1 | using CLScriptExt; 2 | 3 | using System; 4 | using System.Collections.Generic; 5 | using System.Text; 6 | using UnitTest; 7 | 8 | public class ReturnClass 9 | { 10 | public static ReturnClass ins; 11 | } 12 | 13 | public class Block 14 | { 15 | public Block(string name, int blockType, int inLayer, bool canMove, string imgName) 16 | { 17 | blockName = name; 18 | type = blockType; 19 | layer = inLayer; 20 | move = canMove; 21 | spriteName = imgName; 22 | Dictionary> dic = new Dictionary>(); 23 | Action function = Function; 24 | dic.Add(1, function); 25 | ReturnClass.ins = FunReturnClas(); 26 | } 27 | 28 | public static void Function(MyClass2 i) 29 | { 30 | } 31 | 32 | public static ReturnClass FunReturnClas() 33 | { 34 | ReturnClass r = new ReturnClass(); 35 | Logger.Log("====+++++++++++++++"); 36 | return r; 37 | } 38 | 39 | public string blockName; 40 | public string spriteName; 41 | public int type; 42 | public int layer; 43 | public bool move; 44 | } 45 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test06/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试测试 2 | 3 | 4 | Dictionary dicNameToBlock = new Dictionary(); 5 | Block b = new Block("gg1", 2, 3, true, "2"); 6 | dicNameToBlock.Add("1", b); 7 | 8 | foreach (var item in dicNameToBlock) 9 | { 10 | Debug.Log("key="+item.Key); 11 | Block bb = item.Value as Block; 12 | Debug.Log("bb.name="+bb.blockName); 13 | } 14 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test07/Test07.cs: -------------------------------------------------------------------------------- 1 |  2 | using System; 3 | using System.Collections.Generic; 4 | using System.Text; 5 | using UnitTest; 6 | 7 | class Test07 8 | { 9 | public void Run() 10 | { 11 | Logger.Log("===-----------==="); 12 | Fun1(); 13 | } 14 | //static C5 c5 = null; 15 | 16 | public void Fun1() 17 | { 18 | Logger.Log("Fun1 in"); 19 | Fun2(); 20 | Logger.Log("Fun1 out"); 21 | } 22 | 23 | 24 | int _pix = int.MinValue; 25 | int _piy = int.MinValue; 26 | public void Fun2() 27 | { 28 | Logger.Log("Fun3 in"); // !!!!!!!!!!!!!!没有了 29 | int pix = 0; 30 | int piy = 0; 31 | if (pix == _pix && piy == _piy) 32 | { 33 | return; 34 | } 35 | 36 | Logger.Log("Fun3"); 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test07/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试测试try catch throw 2 | Test07 t = new Test07(); 3 | t.Run(); -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test08/Test08.cs: -------------------------------------------------------------------------------- 1 |  2 | using CLScriptExt; 3 | using System; 4 | using System.Collections.Generic; 5 | using System.Text; 6 | using UnitTest; 7 | 8 | class T04 9 | { 10 | public void Test() 11 | { 12 | Logger.Log("tcall:" + name); 13 | } 14 | public string name; 15 | } 16 | class Test08 17 | { 18 | public int i; 19 | public Test08() 20 | { 21 | i = 5; 22 | } 23 | public Color32 vv; 24 | public void Call() 25 | { 26 | Logger.Log("i=" + i); 27 | } 28 | public static void F() 29 | { 30 | Test08 tt = new Test08(); 31 | tt.Call(); 32 | tt.vv = new Color32(1,1,1,1);//.FromArgb(1); 33 | 34 | tlist = new List(); 35 | tlist.Add(new T04()); 36 | tlist[0].name="cool"; 37 | tlist.Add(new T04()); 38 | tlist[1].name = "fuck"; 39 | Logger.Log("tt:" + tlist[0].name); 40 | tlist[1].Test(); 41 | } 42 | /// 43 | /// T04 44 | /// 45 | static List tlist; 46 | } 47 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test08/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试测试try catch throw 2 | 3 | 4 | Test08.F(); 5 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test09/Test09.cs: -------------------------------------------------------------------------------- 1 |  2 | using CLScriptExt; 3 | using CSEvilTestor.testfunc; 4 | //using CSEvilTestor; 5 | using System; 6 | using System.Collections.Generic; 7 | using System.Text; 8 | using UnitTest; 9 | 10 | 11 | class Like 12 | { 13 | public string name; 14 | public string desc; 15 | } 16 | class Love 17 | { 18 | public int id; 19 | } 20 | class TSave 21 | { 22 | public string name; 23 | public int age; 24 | public Love love; 25 | public List like; 26 | public List strs; 27 | public Dictionary sths; 28 | } 29 | class Test09 30 | { 31 | public Color32 vv; 32 | 33 | public static void Test() 34 | { 35 | MyJson.JsonNode_Object objst = MyJson.Parse 36 | ("{\"sths\":{\"a\":\"001\",\"b\":\"002\"},\"love\":{\"id\":12345}\"name\":\"aname\",\"age\":123,\"like\":[{\"name\":\"aaa\",\"desc\":\"aaaaaa\"},{\"name\":\"bbb\",\"desc\":\"bbbbbb\"}],\"strs\":[\"aa\",\"bb\"]}") 37 | as MyJson.JsonNode_Object; 38 | 39 | //throw new NotImplementedException("仍然未改写"); 40 | TSave read = LSharpConvert.FromJson(typeof(TSave), objst) as TSave; 41 | 42 | Logger.Log("read.sths[\"a\"]=" + read.sths["a"]); 43 | Logger.Log("read.name=" + read.name); 44 | Logger.Log("read.like[0].name=" + read.like[0].name); 45 | Like l = read.like[0]; 46 | Logger.Log(l.name); 47 | 48 | Logger.Log("read.strs[1]=" + read.strs[1]); 49 | Logger.Log("read.love.id=" + read.love.id); 50 | Logger.Log("write" + LSharpConvert.ToJson(read).ToString()); 51 | } 52 | 53 | } 54 | 55 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test09/test.txt: -------------------------------------------------------------------------------- 1 | //这个测试测试try catch throw 2 | 3 | 4 | Test09.Test(); 5 | -------------------------------------------------------------------------------- /UnitTestDll/Eviltestor/test10.cs: -------------------------------------------------------------------------------- 1 | using UnitTest; 2 | class Test10 3 | { 4 | private int i = 0; 5 | short j = 0; 6 | long k = 0; 7 | public Test10() 8 | { 9 | i = 10; 10 | j = 35; 11 | k = 58; 12 | } 13 | 14 | public void Debug() 15 | { 16 | Logger.Log(i.ToString()); 17 | } 18 | 19 | public static void TestInnerClass() 20 | { 21 | new InnerClass(); 22 | } 23 | 24 | public class InnerClass 25 | { 26 | public InnerClass() 27 | { 28 | 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /UnitTestDll/LightTestor/ExpTest_20.cs: -------------------------------------------------------------------------------- 1 | using CLScriptExt; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Text; 5 | using UnitTest; 6 | namespace UnitTestDll 7 | { 8 | public class ExpTest_20 9 | { 10 | //只要有一个静态函数包含UnitTest名称的,就作为单元测试 11 | public static void UnitTest_2001() 12 | { 13 | //2001 define and set. 14 | 15 | int inta = 0; 16 | int intb = 0; 17 | int intc = inta; 18 | bool boola = false; 19 | bool boolb = true; 20 | bool boolc = boola; 21 | string stra = ""; 22 | string strb = "oo中o"; 23 | string strc = stra; 24 | char ca = 'd'; 25 | 26 | return; 27 | 28 | } 29 | public static object UnitTest_2002() 30 | { 31 | int a; 32 | a = 5; 33 | 34 | return a; 35 | 36 | } 37 | public static object UnitTest_2003() 38 | { 39 | float b = (float)1; 40 | var c = b; 41 | 42 | return c; 43 | } 44 | 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /UnitTestDll/LightTestor/ExpTest_30.cs: -------------------------------------------------------------------------------- 1 | using CLScriptExt; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Text; 5 | using UnitTest; 6 | namespace UnitTestDll 7 | { 8 | public class ExpTest_30 9 | { 10 | //只要有一个静态函数包含UnitTest名称的,就作为单元测试 11 | public static object UnitTest_3001() 12 | { 13 | TT t; 14 | t.abc = 1.0f; 15 | int i = 4; 16 | int c = 5; 17 | DateTime t1 = DateTime.Now; 18 | DateTime t2 = DateTime.Now; 19 | TimeSpan sp = t2 - t1; 20 | bool b = (i < 3 || c <= 5) && 1 < 2; 21 | return b; 22 | 23 | } 24 | public static object UnitTest_3002() 25 | { 26 | //3002 27 | 28 | byte b = 12; 29 | byte bt =(byte)( b + 3); 30 | Logger.Log ("b=" + b + " bt=" + bt); 31 | 32 | sbyte sb = -12; 33 | sbyte sb2 = (sbyte)(bt + b); 34 | Logger.Log("sb=" + sb + " sb2=" + sb2); 35 | 36 | short ssb = 123; 37 | short ssb2 =(short)( ssb + 4); 38 | Logger.Log("ssb=" + ssb + " ssb2=" + ssb2); 39 | 40 | Student s = new Student(); 41 | for (int i = 0; i < 10; i++) 42 | { 43 | s.age++; 44 | Logger.Log(s.age.ToString()); 45 | } 46 | for (int i = 0; i < 10; i++) 47 | { 48 | Student.page++; 49 | Logger.Log(Student.page.ToString()); 50 | } 51 | 52 | return 0; 53 | } 54 | 55 | } 56 | } 57 | -------------------------------------------------------------------------------- /UnitTestDll/LightTestor/ExpTest_50.cs: -------------------------------------------------------------------------------- 1 | using CLScriptExt; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Text; 5 | using UnitTest; 6 | namespace UnitTestDll 7 | { 8 | public class ExpTest_50 9 | { 10 | //只要有一个静态函数包含UnitTest名称的,就作为单元测试 11 | public static object UnitTest_5001() 12 | { 13 | //5001 function 14 | //trace的两种用法 15 | int b = 50; 16 | Logger.Log("this is trace");//trace 只有一个参数时可以用空格; 17 | Logger.Log("test sth" + b); 18 | Logger.Log("test sth2" + "," + b);//trace 多个参数必须用函数调用语法 19 | 20 | return b; 21 | } 22 | public static void UnitTest_5002() 23 | { 24 | //5002 function 25 | //函数原型 testCallAdd(int a, int b) 26 | int b = 1 + 5; 27 | int c = (1 + (int)5.0f); 28 | int d = (1 + (int)5.0f); 29 | Logger.Log(b + "," + c + "," + d); 30 | 31 | 32 | return; 33 | } 34 | public static void UnitTest_5003() 35 | { 36 | //5003 function 37 | //函数原型 int testCallAdd4(int a, int b, int c = 0, int d = 0) 38 | int b = (1 + 5 + 1 + 1); 39 | int c = (int)(1 + 5.0f + 2); 40 | int d = (int)(1 + 5.0f); 41 | Logger.Log(b + "," + c + "," + d); 42 | 43 | Action callnoname = (abc) => 44 | { 45 | 46 | Logger.Log("nonamecall abc=" + abc + "d=" + d); 47 | 48 | }; 49 | callnoname(44565); 50 | return; 51 | } 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /UnitTestDll/LightTestor/Perform_01.cs: -------------------------------------------------------------------------------- 1 | using CLScriptExt; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Text; 5 | using UnitTest; 6 | using UnitTest.Perform; 7 | using UnityEngine; 8 | using Vector3 = CLScriptExt.Vector3; 9 | 10 | namespace UnitTestDll 11 | { 12 | class Perform_01 13 | { 14 | public static void UnitTest01() 15 | { 16 | int count = 100; 17 | double v1 = Perform.PerformSystem01(count); 18 | double v2 = Perform.PerformSystem02(count); 19 | double v3 = Perform.PerformSystem03(count); 20 | Logger.Log("timeSys=" + v1 + "," + v2 + "," + v3); 21 | 22 | double sv1 = Perform.Call(() => 23 | { 24 | GameObject go = new GameObject(); 25 | GameObject.Destroy(go); 26 | }, count); 27 | double sv2 = Perform.Call(() => 28 | { 29 | Vector3 p; 30 | p.x = 1; 31 | p.y = 2; 32 | p.z = 3; 33 | }, count); 34 | double sv3 = Perform.Call(() => 35 | { 36 | double num = 1.11111f; 37 | for (int i = 0; i < 1000; i++) 38 | { 39 | num *= 1.01f; 40 | } 41 | }, count); 42 | Logger.Log("timeSys=" + sv1 + "," + sv2 + "," + sv3); 43 | } 44 | 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /UnitTestDll/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // 有关程序集的常规信息通过以下 6 | // 特性集控制。更改这些特性值可修改 7 | // 与程序集关联的信息。 8 | [assembly: AssemblyTitle("UnitTestDll")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("UnitTestDll")] 13 | [assembly: AssemblyCopyright("Copyright © 2015")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // 将 ComVisible 设置为 false 使此程序集中的类型 18 | // 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型, 19 | // 则将该类型上的 ComVisible 特性设置为 true。 20 | [assembly: ComVisible(false)] 21 | 22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID 23 | [assembly: Guid("f5c4f359-c32c-4d4e-93dc-e88430c06166")] 24 | 25 | // 程序集的版本信息由下面四个值组成: 26 | // 27 | // 主版本 28 | // 次版本 29 | // 生成号 30 | // 修订号 31 | // 32 | // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, 33 | // 方法是按如下所示使用“*”: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /UnitTestDll/SimU3D/TestU3D.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | using UnitTest; 5 | using UnityEngine; 6 | 7 | namespace UnitTestDll.SimU3D 8 | { 9 | class TestU3D 10 | { 11 | public static void UnitTest_01() 12 | { 13 | GameObject obj = new GameObject(); 14 | Logger.Log("c1=" + (obj == null)); 15 | Logger.Log("c2=" + (obj.transform == null)); 16 | TT t = new TT(); 17 | for (int i = 0; i < 10; i++) 18 | { 19 | t.Test(); 20 | } 21 | } 22 | } 23 | class TT 24 | { 25 | Transform tra = null; 26 | public void Test() 27 | { 28 | if (tra == null) 29 | { 30 | Logger.Log("c1=" + (tra == null)); 31 | GameObject obj = new GameObject(); 32 | tra = obj.transform; 33 | } 34 | else 35 | { 36 | Logger.Log("c1=" + (tra == null)); 37 | } 38 | } 39 | 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /UnitTestDll/SimU3D/TestYield.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections; 3 | using System.Collections.Generic; 4 | using System.Text; 5 | using UnitTest; 6 | 7 | namespace UnitTestDll.SimU3D 8 | { 9 | class TestYield 10 | { 11 | public static void UnitTest_01() 12 | { 13 | var vv = yoo(); 14 | Logger.Log("got"); 15 | foreach (var y in vv) 16 | { 17 | Logger.Log("y=" + y); 18 | } 19 | //var vv2 = yoo2("aa","bb"); 20 | 21 | } 22 | static IEnumerable yoo() 23 | { 24 | yield return "a"; 25 | yield return "b"; 26 | yield return "c"; 27 | } 28 | //static IEnumerator yoo2(string name,string name2) 29 | //{ 30 | // yield return "a"; 31 | // yield return "b"; 32 | // yield return "c"; 33 | //} 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /UnitTestDll/Test_ByLynn.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using UnitTest; 6 | using System.Collections; 7 | 8 | namespace UnitTestDll 9 | { 10 | class Test_ByLynn 11 | { 12 | public static void UnitTest_01() 13 | { 14 | int[] arr = new int[10]; 15 | int[] arr2 = new int[11]; 16 | 17 | if ( arr[0] > arr2[0] ) 18 | { 19 | Logger.Log("1"); 20 | } 21 | else 22 | { 23 | Logger.Log("2"); 24 | } 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /UnitTestDll/UnitTestDll.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 2013 4 | VisualStudioVersion = 12.0.30723.0 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestDll", "UnitTestDll.csproj", "{7AF5C656-5C65-4BCD-82DB-B9D030132D77}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {7AF5C656-5C65-4BCD-82DB-B9D030132D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {7AF5C656-5C65-4BCD-82DB-B9D030132D77}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {7AF5C656-5C65-4BCD-82DB-B9D030132D77}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {7AF5C656-5C65-4BCD-82DB-B9D030132D77}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | EndGlobal 23 | -------------------------------------------------------------------------------- /UnitTestDll/UnitTestDll.userprefs: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /UnitTestDll/UnitTestDll.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/UnitTestDll/UnitTestDll.v12.suo -------------------------------------------------------------------------------- /UnitTestDll/test/TestClass.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本:4.0.30319.0 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将会丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | using System; 11 | namespace HoxFixCode 12 | { 13 | public class TestClass 14 | { 15 | public TestClass () 16 | { 17 | } 18 | 19 | public static void Test1 () 20 | { 21 | Interface.Test1 (); 22 | } 23 | 24 | public void Test2 () 25 | { 26 | Interface.Test2 (); 27 | } 28 | } 29 | } 30 | 31 | -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lightszero/LSharpUnity/38265602d9134c6b965397580c05d92467453ba5/readme.txt --------------------------------------------------------------------------------