//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // // This source code was auto-generated by xsd, Version=2.0.50727.42. // namespace Indy.IL2CPU { using System.Xml.Serialization; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd")] [System.Xml.Serialization.XmlRootAttribute(Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd", IsNullable=false)] public partial class DebugSymbolsOld { private string signatureField; private string entryPointField; private DebugSymbolsAssembly[] assemblyField; /// public string Signature { get { return this.signatureField; } set { this.signatureField = value; } } /// public string EntryPoint { get { return this.entryPointField; } set { this.entryPointField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Assembly")] public DebugSymbolsAssembly[] Assembly { get { return this.assemblyField; } set { this.assemblyField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd")] public partial class DebugSymbolsAssembly { private DebugSymbolsAssemblyType[] typeField; private string fileNameField; private string fullNameField; /// [System.Xml.Serialization.XmlElementAttribute("Type")] public DebugSymbolsAssemblyType[] Type { get { return this.typeField; } set { this.typeField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string FileName { get { return this.fileNameField; } set { this.fileNameField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string FullName { get { return this.fullNameField; } set { this.fullNameField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd")] public partial class DebugSymbolsAssemblyType { private DebugSymbolsAssemblyTypeField[] fieldField; private DebugSymbolsAssemblyTypeMethod[] methodField; private string fullNameField; private int typeIdField; private int baseTypeIdField; /// [System.Xml.Serialization.XmlElementAttribute("Field")] public DebugSymbolsAssemblyTypeField[] Field { get { return this.fieldField; } set { this.fieldField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("Method")] public DebugSymbolsAssemblyTypeMethod[] Method { get { return this.methodField; } set { this.methodField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string FullName { get { return this.fullNameField; } set { this.fullNameField = value; } } [System.Xml.Serialization.XmlAttributeAttribute()] public int StorageSize { get { return this.storageSizeField; } set { this.storageSizeField = value; } } private int storageSizeField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public int TypeId { get { return this.typeIdField; } set { this.typeIdField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int BaseTypeId { get { return this.baseTypeIdField; } set { this.baseTypeIdField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd")] public partial class DebugSymbolsAssemblyTypeField { private string nameField; private int fieldTypeField; private bool isStaticField; private string visibilityField; private string addressField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int FieldType { get { return this.fieldTypeField; } set { this.fieldTypeField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public bool IsStatic { get { return this.isStaticField; } set { this.isStaticField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Visibility { get { return this.visibilityField; } set { this.visibilityField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd")] public partial class DebugSymbolsAssemblyTypeMethod { private DebugSymbolsAssemblyTypeMethodLocal[] localField; private DebugSymbolsAssemblyTypeMethodInstruction[] bodyField; private string nameField; private int methodIdField; private int returnTypeIdField; private string visibilityField; private string addressField; /// [System.Xml.Serialization.XmlElementAttribute("Local")] public DebugSymbolsAssemblyTypeMethodLocal[] Local { get { return this.localField; } set { this.localField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("Instruction", IsNullable=false)] public DebugSymbolsAssemblyTypeMethodInstruction[] Body { get { return this.bodyField; } set { this.bodyField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int MethodId { get { return this.methodIdField; } set { this.methodIdField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int ReturnTypeId { get { return this.returnTypeIdField; } set { this.returnTypeIdField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Visibility { get { return this.visibilityField; } set { this.visibilityField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Address { get { return this.addressField; } set { this.addressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd")] public partial class DebugSymbolsAssemblyTypeMethodLocal { private string nameField; private int localTypeIdField; private string relativeStartAddressField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int LocalTypeId { get { return this.localTypeIdField; } set { this.localTypeIdField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string RelativeStartAddress { get { return this.relativeStartAddressField; } set { this.relativeStartAddressField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.gocosmos.org/DebugSymbolsOld-0.1.xsd")] public partial class DebugSymbolsAssemblyTypeMethodInstruction { private string instructionTypeField; private string addressField; private int stackResultField; private bool stackResultFieldSpecified; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string InstructionType { get { return this.instructionTypeField; } set { this.instructionTypeField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Address { get { return this.addressField; } set { this.addressField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public int StackResult { get { return this.stackResultField; } set { this.stackResultField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool StackResultSpecified { get { return this.stackResultFieldSpecified; } set { this.stackResultFieldSpecified = value; } } } }