C# 클래스 Castle.DynamicProxy.InternalsHelper

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
IsInternal ( MethodInfo method ) : bool

Determines whether the specified method is internal.

IsInternalToDynamicProxy ( Assembly asm ) : bool

Determines whether this assembly has internals visisble to dynamic proxy.

메소드 상세

IsInternal() 공개 정적인 메소드

Determines whether the specified method is internal.
public static IsInternal ( MethodInfo method ) : bool
method System.Reflection.MethodInfo The method.
리턴 bool

IsInternalToDynamicProxy() 공개 정적인 메소드

Determines whether this assembly has internals visisble to dynamic proxy.
public static IsInternalToDynamicProxy ( Assembly asm ) : bool
asm System.Reflection.Assembly The asm.
리턴 bool