Type

Overview

Location

Properties


BaseType

 

property BaseType: Type read;

 

Type BaseType { get; }

 

var BaseType: Type { get{} }

 

Type BaseType { __get; }

 

ReadOnly Property BaseType() As Type

Interfaces

 

property Interfaces: List<Type> read;

 

List<Type> Interfaces { get; }

 

var Interfaces: List<Type> { get{} }

 

List<Type> Interfaces { __get; }

 

ReadOnly Property Interfaces() As List<Type>

IsArray

 

property IsArray: Boolean read;

 

Boolean IsArray { get; }

 

var IsArray: Boolean { get{} }

 

Boolean IsArray { __get; }

 

ReadOnly Property IsArray() As Boolean

IsClass

 

property IsClass: Boolean read;

 

Boolean IsClass { get; }

 

var IsClass: Boolean { get{} }

 

Boolean IsClass { __get; }

 

ReadOnly Property IsClass() As Boolean

IsEnum

 

property IsEnum: Boolean read;

 

Boolean IsEnum { get; }

 

var IsEnum: Boolean { get{} }

 

Boolean IsEnum { __get; }

 

ReadOnly Property IsEnum() As Boolean

IsInterface

 

property IsInterface: Boolean read;

 

Boolean IsInterface { get; }

 

var IsInterface: Boolean { get{} }

 

Boolean IsInterface { __get; }

 

ReadOnly Property IsInterface() As Boolean

IsValueType

 

property IsValueType: Boolean read;

 

Boolean IsValueType { get; }

 

var IsValueType: Boolean { get{} }

 

Boolean IsValueType { __get; }

 

ReadOnly Property IsValueType() As Boolean

Methods

 

property Methods: List<MethodInfo> read;

 

List<MethodInfo> Methods { get; }

 

var Methods: List<MethodInfo> { get{} }

 

List<MethodInfo> Methods { __get; }

 

ReadOnly Property Methods() As List<MethodInfo>

Name

 

property Name: String read;

 

String Name { get; }

 

var Name: String { get{} }

 

String Name { __get; }

 

ReadOnly Property Name() As String