C# 클래스 System.Reflection.@__ICustomAttributeProvider

상속: global::java.lang.Object, global::System.Reflection.ICustomAttributeProvider
파일 보기 프로젝트 열기: Mazrick/jni4net

공개 메소드들

메소드 설명
GetCustomAttributes ( bool inherit ) : object[]
GetCustomAttributes ( global attributeType, bool inherit ) : object[]
IsDefined ( global attributeType, bool inherit ) : bool

비공개 메소드들

메소드 설명
@__ICustomAttributeProvider ( global @__env )
@__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List
GetCustomAttributes0 ( global @__envp, global @__obj, bool inherit ) : global::net.sf.jni4net.utils.JniHandle
GetCustomAttributes1 ( global @__envp, global @__obj, global attributeType, bool inherit ) : global::net.sf.jni4net.utils.JniHandle
InitJNI ( global @__env, java @__class ) : void
IsDefined2 ( global @__envp, global @__obj, global attributeType, bool inherit ) : bool

메소드 상세

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( global attributeType, bool inherit ) : object[]
attributeType global
inherit bool
리턴 object[]

IsDefined() 공개 메소드

public IsDefined ( global attributeType, bool inherit ) : bool
attributeType global
inherit bool
리턴 bool