프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Deserialize | void | ||
Serialize | void |
메소드 | 설명 | |
---|---|---|
DebugState ( ) : System | ||
DebugState ( IByteReaderBase reader ) : System | ||
Equals ( IDebugState other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
GetSchema ( ) : |
||
IsFinalStep ( ) : bool | ||
IsFirstStep ( ) : bool | ||
ReadXml ( XmlReader reader ) : void | ||
Write ( IByteWriterBase writer ) : void | ||
WriteXml ( |
||
operator ( ) : bool |
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( [ propertyName = null ) : void |
메소드 | 설명 | |
---|---|---|
Deserialize ( IByteReaderBase reader, ICollection |
||
Serialize ( IByteWriterBase writer, IList |
public DebugState ( IByteReaderBase reader ) : System | ||
reader | IByteReaderBase | |
리턴 | System |
public Equals ( IDebugState other ) : bool | ||
other | IDebugState | An object to compare with this object. |
리턴 | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
리턴 | bool |
protected OnPropertyChanged ( [ propertyName = null ) : void | ||
propertyName | [ | |
리턴 | void |