C# Класс Mono.Cecil.Inject.InjectFlagMethods

Extension methods for InjectFlags enumeration.
Показать файл Открыть проект

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

Метод Описание
IsSet ( this flags, InjectFlags flag ) : bool

Checks whether a certain flag has been set in the given flag.

ToValues ( this flags ) : InjectValues

Converts the flag (combination) into an instance of InjectValues.

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

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

Checks whether a certain flag has been set in the given flag.
public static IsSet ( this flags, InjectFlags flag ) : bool
flags this Flag combination to check.
flag InjectFlags Flag to check with.
Результат bool

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

Converts the flag (combination) into an instance of InjectValues.
public static ToValues ( this flags ) : InjectValues
flags this Flags to convert.
Результат InjectValues