C# Class IKVM.Internal.ClassFile.FieldOrMethod

Afficher le fichier Open project: samskivert/ikvm-monotouch

Protected Properties

Свойство Type Description
access_flags Modifiers
annotations object[]
flags ushort
signature string

Private Properties

Свойство Type Description
FieldOrMethod System

Méthodes protégées

Méthode Description
ValidateSig ( ClassFile classFile, string descriptor ) : void

Private Methods

Méthode Description
FieldOrMethod ( ClassFile classFile, BigEndianBinaryReader br ) : System

Method Details

ValidateSig() protected abstract méthode

protected abstract ValidateSig ( ClassFile classFile, string descriptor ) : void
classFile ClassFile
descriptor string
Résultat void

Property Details

access_flags protected_oe property

protected Modifiers access_flags
Résultat Modifiers

annotations protected_oe property

protected object[] annotations
Résultat object[]

flags protected_oe property

protected ushort flags
Résultat ushort

signature protected_oe property

protected string signature
Résultat string