C# Class Inazuma.Mono.Cecil.FieldDefinition

Inheritance: FieldReference, IMemberDefinition, IConstantProvider, IMarshalInfoProvider
Afficher le fichier Open project: mayuki/Inazuma Class Usage Examples

Méthodes publiques

Méthode Description
FieldDefinition ( string name, FieldAttributes attributes, TypeReference fieldType ) : Inazuma.Mono.Collections.Generic
Resolve ( ) : FieldDefinition

Private Methods

Méthode Description
ResolveLayout ( ) : void
ResolveRVA ( ) : void

Method Details

FieldDefinition() public méthode

public FieldDefinition ( string name, FieldAttributes attributes, TypeReference fieldType ) : Inazuma.Mono.Collections.Generic
name string
attributes FieldAttributes
fieldType TypeReference
Résultat Inazuma.Mono.Collections.Generic

Resolve() public méthode

public Resolve ( ) : FieldDefinition
Résultat FieldDefinition