C# Класс WebApplications.Utilities.Reflect.TypeSearch

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GenericArgumentLocation GenericArgumentLocation
GenericArgumentPosition int
IsByReference bool
IsPointer bool
S1 TypeSearch
S2 TypeSearch
S3 TypeSearch
S4 TypeSearch
S5 TypeSearch
S6 TypeSearch
S7 TypeSearch
S8 TypeSearch
T1 TypeSearch
T2 TypeSearch
T3 TypeSearch
T4 TypeSearch
T5 TypeSearch
T6 TypeSearch
T7 TypeSearch
T8 TypeSearch
Void TypeSearch

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

Метод Описание
TypeSearch ( GenericArgumentLocation location, [ name, bool isByReference = false, bool isPointer = false ) : System

Initializes a new instance of the TypeSearch class.

TypeSearch ( GenericArgumentLocation location, int position, bool isByReference = false, bool isPointer = false ) : System

Initializes a new instance of the TypeSearch class.

TypeSearch ( [ type ) : System

Initializes a new instance of the TypeSearch class.

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

Метод Описание
TypeSearch ( Type type = null, string name = null, GenericArgumentLocation location = GenericArgumentLocation.None, int position = -1, bool isByReference = false, bool isPointer = false ) : System

Initializes a new instance of the T:System.Object class.

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

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

Initializes a new instance of the TypeSearch class.
public TypeSearch ( GenericArgumentLocation location, [ name, bool isByReference = false, bool isPointer = false ) : System
location GenericArgumentLocation The location.
name [ The name.
isByReference bool if set to is by reference.
isPointer bool if set to is pointer.
Результат System

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

Initializes a new instance of the TypeSearch class.
public TypeSearch ( GenericArgumentLocation location, int position, bool isByReference = false, bool isPointer = false ) : System
location GenericArgumentLocation The location.
position int The position.
isByReference bool if set to is by reference.
isPointer bool if set to is pointer.
Результат System

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

Initializes a new instance of the TypeSearch class.
public TypeSearch ( [ type ) : System
type [ The type.
Результат System

Описание свойств

GenericArgumentLocation публичное свойство

The generic argument location to search for (if any).
public GenericArgumentLocation GenericArgumentLocation
Результат GenericArgumentLocation

GenericArgumentPosition публичное свойство

The generic argument position to search for (if any; otherwise -1).
public int GenericArgumentPosition
Результат int

IsByReference публичное свойство

Whether the type is by reference.
public bool IsByReference
Результат bool

IsPointer публичное свойство

Whether the type is a pointer.
public bool IsPointer
Результат bool

S1 публичное статическое свойство

The first generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S1
Результат TypeSearch

S2 публичное статическое свойство

The second generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S2
Результат TypeSearch

S3 публичное статическое свойство

The third generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S3
Результат TypeSearch

S4 публичное статическое свойство

The forth generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S4
Результат TypeSearch

S5 публичное статическое свойство

The fifth generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S5
Результат TypeSearch

S6 публичное статическое свойство

The sixth generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S6
Результат TypeSearch

S7 публичное статическое свойство

The seventh generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S7
Результат TypeSearch

S8 публичное статическое свойство

The eighth generic argument on the signature.
public static TypeSearch,WebApplications.Utilities.Reflect S8
Результат TypeSearch

T1 публичное статическое свойство

The first generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T1
Результат TypeSearch

T2 публичное статическое свойство

The second generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T2
Результат TypeSearch

T3 публичное статическое свойство

The third generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T3
Результат TypeSearch

T4 публичное статическое свойство

The fourth generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T4
Результат TypeSearch

T5 публичное статическое свойство

The fifth generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T5
Результат TypeSearch

T6 публичное статическое свойство

The sixth generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T6
Результат TypeSearch

T7 публичное статическое свойство

The seventh generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T7
Результат TypeSearch

T8 публичное статическое свойство

The eighth generic argument on the type.
public static TypeSearch,WebApplications.Utilities.Reflect T8
Результат TypeSearch

Void публичное статическое свойство

The void type.
public static TypeSearch,WebApplications.Utilities.Reflect Void
Результат TypeSearch