C# 클래스 Microsoft.Zing.Application.InstanceMethodExtras

상속: ZingMethod
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 메소드들

메소드 설명
Clone ( Microsoft.Zing myState, Microsoft.Zing myProcess, bool shallowCopy ) : ZingMethod
TraverseFields ( FieldTraverser ft ) : void
WriteString ( StateImpl state, BinaryWriter bw ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( Microsoft.Zing myState, Microsoft.Zing myProcess, bool shallowCopy ) : ZingMethod
myState Microsoft.Zing
myProcess Microsoft.Zing
shallowCopy bool
리턴 ZingMethod

TraverseFields() 공개 메소드

public TraverseFields ( FieldTraverser ft ) : void
ft FieldTraverser
리턴 void

WriteString() 공개 메소드

public WriteString ( StateImpl state, BinaryWriter bw ) : void
state StateImpl
bw System.IO.BinaryWriter
리턴 void