C# Класс Castle.DynamicProxy.InternalsHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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