C# 클래스 Pchp.CodeAnalysis.Symbols.PEFieldSymbol

The class to represent all fields imported from a PE/module.
상속: FieldSymbol
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

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