C# Класс MyNamespace.InstanceClassWithNameSpace

Показать файл Открыть проект

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

Метод Описание
GetField ( ) : FieldInfo
GetGetProperty ( ) : MethodInfo
GetInstanceMethod ( ) : MethodInfo
GetSetProperty ( ) : MethodInfo
Method ( ) : void

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

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

public GetField ( ) : FieldInfo
Результат System.Reflection.FieldInfo

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

public GetGetProperty ( ) : MethodInfo
Результат System.Reflection.MethodInfo

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

public GetInstanceMethod ( ) : MethodInfo
Результат System.Reflection.MethodInfo

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

public GetSetProperty ( ) : MethodInfo
Результат System.Reflection.MethodInfo

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

public Method ( ) : void
Результат void