mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
481 lines
14 KiB
C#
481 lines
14 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
//
|
|
// This source code was auto-generated by xsd, Version=2.0.50727.42.
|
|
//
|
|
namespace Indy.IL2CPU {
|
|
using System.Xml.Serialization;
|
|
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
public string Signature {
|
|
get {
|
|
return this.signatureField;
|
|
}
|
|
set {
|
|
this.signatureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string EntryPoint {
|
|
get {
|
|
return this.entryPointField;
|
|
}
|
|
set {
|
|
this.entryPointField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Assembly")]
|
|
public DebugSymbolsAssembly[] Assembly {
|
|
get {
|
|
return this.assemblyField;
|
|
}
|
|
set {
|
|
this.assemblyField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Type")]
|
|
public DebugSymbolsAssemblyType[] Type {
|
|
get {
|
|
return this.typeField;
|
|
}
|
|
set {
|
|
this.typeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FileName {
|
|
get {
|
|
return this.fileNameField;
|
|
}
|
|
set {
|
|
this.fileNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FullName {
|
|
get {
|
|
return this.fullNameField;
|
|
}
|
|
set {
|
|
this.fullNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Field")]
|
|
public DebugSymbolsAssemblyTypeField[] Field {
|
|
get {
|
|
return this.fieldField;
|
|
}
|
|
set {
|
|
this.fieldField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Method")]
|
|
public DebugSymbolsAssemblyTypeMethod[] Method {
|
|
get {
|
|
return this.methodField;
|
|
}
|
|
set {
|
|
this.methodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int TypeId {
|
|
get {
|
|
return this.typeIdField;
|
|
}
|
|
set {
|
|
this.typeIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BaseTypeId {
|
|
get {
|
|
return this.baseTypeIdField;
|
|
}
|
|
set {
|
|
this.baseTypeIdField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int FieldType {
|
|
get {
|
|
return this.fieldTypeField;
|
|
}
|
|
set {
|
|
this.fieldTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsStatic {
|
|
get {
|
|
return this.isStaticField;
|
|
}
|
|
set {
|
|
this.isStaticField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Visibility {
|
|
get {
|
|
return this.visibilityField;
|
|
}
|
|
set {
|
|
this.visibilityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Address {
|
|
get {
|
|
return this.addressField;
|
|
}
|
|
set {
|
|
this.addressField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Local")]
|
|
public DebugSymbolsAssemblyTypeMethodLocal[] Local {
|
|
get {
|
|
return this.localField;
|
|
}
|
|
set {
|
|
this.localField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Instruction", IsNullable=false)]
|
|
public DebugSymbolsAssemblyTypeMethodInstruction[] Body {
|
|
get {
|
|
return this.bodyField;
|
|
}
|
|
set {
|
|
this.bodyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int MethodId {
|
|
get {
|
|
return this.methodIdField;
|
|
}
|
|
set {
|
|
this.methodIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ReturnTypeId {
|
|
get {
|
|
return this.returnTypeIdField;
|
|
}
|
|
set {
|
|
this.returnTypeIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Visibility {
|
|
get {
|
|
return this.visibilityField;
|
|
}
|
|
set {
|
|
this.visibilityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Address {
|
|
get {
|
|
return this.addressField;
|
|
}
|
|
set {
|
|
this.addressField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int LocalTypeId {
|
|
get {
|
|
return this.localTypeIdField;
|
|
}
|
|
set {
|
|
this.localTypeIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string RelativeStartAddress {
|
|
get {
|
|
return this.relativeStartAddressField;
|
|
}
|
|
set {
|
|
this.relativeStartAddressField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string InstructionType {
|
|
get {
|
|
return this.instructionTypeField;
|
|
}
|
|
set {
|
|
this.instructionTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Address {
|
|
get {
|
|
return this.addressField;
|
|
}
|
|
set {
|
|
this.addressField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int StackResult {
|
|
get {
|
|
return this.stackResultField;
|
|
}
|
|
set {
|
|
this.stackResultField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool StackResultSpecified {
|
|
get {
|
|
return this.stackResultFieldSpecified;
|
|
}
|
|
set {
|
|
this.stackResultFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
}
|