C# Класс Pchp.CodeAnalysis.Symbols.PEFieldSymbol

The class to represent all fields imported from a PE/module.
Наследование: FieldSymbol
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EnsureSignatureIsLoaded void
FilterOutDecimalConstantAttribute bool
FixedImplementationType NamedTypeSymbol
GetConstantValue ConstantValue
GetCustomAttributesToEmit IEnumerable
GetFieldType TypeSymbol
IsFixedBuffer bool
PEFieldSymbol Microsoft.CodeAnalysis

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

Метод Описание
GetAttributes ( ) : ImmutableArray

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

Метод Описание
EnsureSignatureIsLoaded ( ) : void
FilterOutDecimalConstantAttribute ( ) : bool
FixedImplementationType ( PEModuleBuilder emitModule ) : NamedTypeSymbol
GetConstantValue ( bool earlyDecodingWellKnownAttributes ) : ConstantValue
GetCustomAttributesToEmit ( CommonModuleCompilationState compilationState ) : IEnumerable
GetFieldType ( ConsList fieldsBeingBound ) : TypeSymbol
IsFixedBuffer ( int &fixedSize, TypeSymbol &fixedElementType ) : bool
PEFieldSymbol ( PEModuleSymbol moduleSymbol, PENamedTypeSymbol containingType, FieldDefinitionHandle fieldDef ) : Microsoft.CodeAnalysis

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

GetAttributes() публичный Метод

public GetAttributes ( ) : ImmutableArray
Результат ImmutableArray