C# Класс Dynamitey.Internal.Optimization.Util

Utility Class
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsMono bool

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

Метод Описание
FixContext ( this context ) : Type

Fixes the context.

GetTargetContext ( this target, Type &context, bool &staticContext ) : object

Gets the target context.

IsAnonymousType ( object target ) : bool

Determines whether [is anonymous type] [the specified target].

NameArgsIfNecessary ( CallInfo callInfo, object args ) : object[]

Names the args if necessary.

Приватные методы

Метод Описание
GetArgsAndNames ( object args, string &argNames ) : object[]
MassageResultBasedOnInterface ( this target, string binderName, bool resultFound, object &result ) : bool
Util ( ) : System

Описание методов

FixContext() публичный статический Метод

Fixes the context.
public static FixContext ( this context ) : Type
context this The context.
Результат System.Type

GetTargetContext() публичный статический Метод

Gets the target context.
public static GetTargetContext ( this target, Type &context, bool &staticContext ) : object
target this The target.
context System.Type The context.
staticContext bool if set to true [static context].
Результат object

IsAnonymousType() публичный статический Метод

Determines whether [is anonymous type] [the specified target].
public static IsAnonymousType ( object target ) : bool
target object The target.
Результат bool

NameArgsIfNecessary() публичный статический Метод

Names the args if necessary.
public static NameArgsIfNecessary ( CallInfo callInfo, object args ) : object[]
callInfo System.Dynamic.CallInfo The call info.
args object The args.
Результат object[]

Описание свойств

IsMono публичное статическое свойство

Is Current Runtime Mono?
public static bool IsMono
Результат bool