MethodInfo

Overview

Location

Properties


IsAbstract

 

property IsAbstract: Boolean read;

 

Boolean IsAbstract { get; }

 

var IsAbstract: Boolean { get{} }

 

Boolean IsAbstract { __get; }

 

ReadOnly Property IsAbstract() As Boolean

IsFinal

 

property IsFinal: Boolean read;

 

Boolean IsFinal { get; }

 

var IsFinal: Boolean { get{} }

 

Boolean IsFinal { __get; }

 

ReadOnly Property IsFinal() As Boolean

IsPrivate

 

property IsPrivate: Boolean read;

 

Boolean IsPrivate { get; }

 

var IsPrivate: Boolean { get{} }

 

Boolean IsPrivate { __get; }

 

ReadOnly Property IsPrivate() As Boolean

IsPublic

 

property IsPublic: Boolean read;

 

Boolean IsPublic { get; }

 

var IsPublic: Boolean { get{} }

 

Boolean IsPublic { __get; }

 

ReadOnly Property IsPublic() As Boolean

IsStatic

 

property IsStatic: Boolean read;

 

Boolean IsStatic { get; }

 

var IsStatic: Boolean { get{} }

 

Boolean IsStatic { __get; }

 

ReadOnly Property IsStatic() As Boolean

Name

 

property Name: String read;

 

String Name { get; }

 

var Name: String { get{} }

 

String Name { __get; }

 

ReadOnly Property Name() As String

Parameters

 

property Parameters: array of ParameterInfo read;

 

ParameterInfo[] Parameters { get; }

 

var Parameters: ParameterInfo... { get{} }

 

ParameterInfo[] Parameters { __get; }

 

ReadOnly Property Parameters() As ParameterInfo()

ReturnType

 

property ReturnType: Type read;

 

Type ReturnType { get; }

 

var ReturnType: Type { get{} }

 

Type ReturnType { __get; }

 

ReadOnly Property ReturnType() As Type