C# 클래스 JavaScriptEngineSwitcher.Core.Utilities.TypeExtensions

Type extensions
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
GetTypeCode ( this source ) : TypeCode

Gets a underlying type code of the specified Type

GetTypeInfo ( this source ) : TypeInfo

Returns the TypeInfo representation of the specified type

메소드 상세

GetTypeCode() 공개 정적인 메소드

Gets a underlying type code of the specified Type
public static GetTypeCode ( this source ) : TypeCode
source this The type whose underlying type code to get
리턴 TypeCode

GetTypeInfo() 공개 정적인 메소드

Returns the TypeInfo representation of the specified type
public static GetTypeInfo ( this source ) : TypeInfo
source this The type to convert
리턴 TypeInfo