C# 클래스 Org.IdentityConnectors.Framework.Impl.Api.LoggingProxy

상속: InvocationHandler
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( Object proxy, MethodInfo method, Object args ) : Object

Log all operations.

LoggingProxy ( SafeType api, object target ) : System

비공개 메소드들

메소드 설명
AddMethodName ( StringBuilder bld, MethodInfo method ) : void
LogException ( MethodInfo method, Exception e ) : void

메소드 상세

Invoke() 공개 메소드

Log all operations.
public Invoke ( Object proxy, MethodInfo method, Object args ) : Object
proxy Object
method System.Reflection.MethodInfo
args Object
리턴 Object

LoggingProxy() 공개 메소드

public LoggingProxy ( SafeType api, object target ) : System
api SafeType
target object
리턴 System