C# 클래스 BaseLib.BaseRemoteObject

상속: System.MarshalByRefObject, IMessage
파일 보기 프로젝트 열기: mono/gert

공개 프로퍼티들

프로퍼티 타입 설명
test Test

공개 메소드들

메소드 설명
getText ( ) : string
getValue ( ) : int
setValue ( int pValue ) : void

메소드 상세

getText() 공개 추상적인 메소드

public abstract getText ( ) : string
리턴 string

getValue() 공개 추상적인 메소드

public abstract getValue ( ) : int
리턴 int

setValue() 공개 추상적인 메소드

public abstract setValue ( int pValue ) : void
pValue int
리턴 void

프로퍼티 상세

test 공개적으로 프로퍼티

public Test test
리턴 Test