C# Class Castle.DynamicProxy.InternalsHelper

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

IsInternal() public static méthode

Determines whether the specified method is internal.
public static IsInternal ( MethodInfo method ) : bool
method System.Reflection.MethodInfo The method.
Résultat bool

IsInternalToDynamicProxy() public static méthode

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