C# 클래스 WebApplications.Utilities.Reflect.TypeSearch

파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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