C# Class System.Reflection.@__ICustomAttributeProvider

Inheritance: global::java.lang.Object, global::System.Reflection.ICustomAttributeProvider
Mostra file Open project: Mazrick/jni4net

Public Methods

Method Description
GetCustomAttributes ( bool inherit ) : object[]
GetCustomAttributes ( global attributeType, bool inherit ) : object[]
IsDefined ( global attributeType, bool inherit ) : bool

Private Methods

Method Description
@__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

Method Details

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetCustomAttributes() public method

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

IsDefined() public method

public IsDefined ( global attributeType, bool inherit ) : bool
attributeType global
inherit bool
return bool