C# 클래스 Mono.Cecil.Inject.InjectFlagMethods

Extension methods for InjectFlags enumeration.
파일 보기 프로젝트 열기: denikson/Mono.Cecil.Inject

공개 메소드들

메소드 설명
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