Table of Contents

Class KnownAttributes

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll
public static class KnownAttributes
Inheritance
KnownAttributes
Inherited Members

Methods

FindType(ICompilation, KnownAttribute)

public static IType FindType(this ICompilation compilation, KnownAttribute attrType)

Parameters

compilation ICompilation
attrType KnownAttribute

Returns

IType

GetTypeName(KnownAttribute)

public static ref readonly TopLevelTypeName GetTypeName(this KnownAttribute attr)

Parameters

attr KnownAttribute

Returns

TopLevelTypeName

IsCustomAttribute(KnownAttribute)

public static bool IsCustomAttribute(this KnownAttribute knownAttribute)

Parameters

knownAttribute KnownAttribute

Returns

bool

IsKnownAttributeType(ITypeDefinition)

public static KnownAttribute IsKnownAttributeType(this ITypeDefinition attributeType)

Parameters

attributeType ITypeDefinition

Returns

KnownAttribute