C# Класс System.Reflection.@__ICustomAttributeProvider

Наследование: global::java.lang.Object, global::System.Reflection.ICustomAttributeProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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