C# 클래스 NClass.Java.JavaInterface

상속: NClass.Core.InterfaceType
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
AddEvent ( ) : Event
AddField ( ) : Field
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : InterfaceType
GetDeclaration ( ) : string

비공개 메소드들

메소드 설명
JavaInterface ( ) : System
JavaInterface ( string name ) : System

메소드 상세

AddEvent() 공개 메소드

/// The type does not support events. ///
public AddEvent ( ) : Event
리턴 NClass.Core.Event

AddField() 공개 메소드

public AddField ( ) : Field
리턴 NClass.Core.Field

AddMethod() 공개 메소드

public AddMethod ( ) : Method
리턴 NClass.Core.Method

AddProperty() 공개 메소드

/// The type does not support properties. ///
public AddProperty ( ) : Property
리턴 Property

Clone() 공개 메소드

public Clone ( ) : InterfaceType
리턴 NClass.Core.InterfaceType

GetDeclaration() 공개 메소드

public GetDeclaration ( ) : string
리턴 string