C# Класс Mono.Cecil.Fluent.CecilExtensions

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

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

Метод Описание
HasCompilerGeneratedAttribute ( this provider ) : bool
IsCompilerGenerated ( this provider ) : bool
IsIndexer ( this property ) : bool
IsIndexer ( this property, CustomAttribute &defaultMemberAttribute ) : bool
IsVoid ( this type ) : bool
MakeGeneric ( this self ) : TypeReference
ToSystem ( this that ) : OpCode

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

Метод Описание
CecilExtensions ( ) : System.Collections.Generic

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

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

public static HasCompilerGeneratedAttribute ( this provider ) : bool
provider this
Результат bool

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

public static IsCompilerGenerated ( this provider ) : bool
provider this
Результат bool

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

public static IsIndexer ( this property ) : bool
property this
Результат bool

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

public static IsIndexer ( this property, CustomAttribute &defaultMemberAttribute ) : bool
property this
defaultMemberAttribute CustomAttribute
Результат bool

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

public static IsVoid ( this type ) : bool
type this
Результат bool

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

public static MakeGeneric ( this self ) : TypeReference
self this
Результат TypeReference

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

public static ToSystem ( this that ) : OpCode
that this
Результат System.Reflection.Emit.OpCode