Class Document
No Metadata Documentation available.
Inheritance
System.Object
Document
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2CPU.Debug.Symbols
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
[DataContract(IsReference = true)]
public class Document
Properties
| Improve this Doc View SourceID
Declaration
[DataMember]
public long ID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Pathname
Declaration
[DataMember]
public string Pathname { get; set; }
Property Value
Type | Description |
---|---|
System.String |