C# 클래스 IKVM.Internal.ClassFile.ConstantPoolItemMI

상속: ConstantPoolItemFMI
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch

보호된 프로퍼티들

프로퍼티 타입 설명
invokespecialMethod MethodWrapper
method MethodWrapper

보호된 메소드들

메소드 설명
Validate ( string name, string descriptor, int majorVersion ) : void

비공개 메소드들

메소드 설명
ConstantPoolItemMI ( BigEndianBinaryReader br ) : System
GetArgTypes ( ) : TypeWrapper[]
GetMethod ( ) : MethodWrapper
GetMethodForInvokespecial ( ) : MethodWrapper
GetRetType ( ) : TypeWrapper
Link ( TypeWrapper thisType ) : void

메소드 상세

Validate() 보호된 메소드

protected Validate ( string name, string descriptor, int majorVersion ) : void
name string
descriptor string
majorVersion int
리턴 void

프로퍼티 상세

invokespecialMethod 보호되어 있는 프로퍼티

protected MethodWrapper,IKVM.Internal invokespecialMethod
리턴 MethodWrapper

method 보호되어 있는 프로퍼티

protected MethodWrapper,IKVM.Internal method
리턴 MethodWrapper