C# Класс Microsoft.JScript.JSField

Наследование: System.Reflection.FieldInfo
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type type, bool inherit ) : bool

Приватные методы

Метод Описание
GetClassFullName ( ) : String
GetMetaData ( ) : Object
GetPackage ( ) : PackageScope

Описание методов

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
Результат Object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Результат Object[]

IsDefined() публичный Метод

public IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
Результат bool