C# 클래스 Spring.Aop.Framework.DynamicProxy.MockTargetSource

Useful Spring.Aop.ITargetSource implementation that checks calls to GetTarget and ReleaseTarget.
상속: ITargetSource
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 프로퍼티들

프로퍼티 타입 설명
gets int
releases int

공개 메소드들

메소드 설명
GetTarget ( ) : object
ReleaseTarget ( object target ) : void
Reset ( ) : void
SetTarget ( Object target ) : void
Verify ( ) : void

메소드 상세

GetTarget() 공개 메소드

public GetTarget ( ) : object
리턴 object

ReleaseTarget() 공개 메소드

public ReleaseTarget ( object target ) : void
target object
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetTarget() 공개 메소드

public SetTarget ( Object target ) : void
target Object
리턴 void

Verify() 공개 메소드

public Verify ( ) : void
리턴 void

프로퍼티 상세

gets 공개적으로 프로퍼티

public int gets
리턴 int

releases 공개적으로 프로퍼티

public int releases
리턴 int