C# Class System.Reflection.@__ICustomAttributeProvider

Inheritance: global::java.lang.Object, global::System.Reflection.ICustomAttributeProvider
Afficher le fichier Open project: Mazrick/jni4net

Méthodes publiques

Méthode Description
GetCustomAttributes ( bool inherit ) : object[]
GetCustomAttributes ( global attributeType, bool inherit ) : object[]
IsDefined ( global attributeType, bool inherit ) : bool

Private Methods

Méthode 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 méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( global attributeType, bool inherit ) : object[]
attributeType global
inherit bool
Résultat object[]

IsDefined() public méthode

public IsDefined ( global attributeType, bool inherit ) : bool
attributeType global
inherit bool
Résultat bool