C# 클래스 TypeReferenceExtensions, realm-dotnet

파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetAssemblyName ( this @this ) : string
IsDescendedFrom ( this @this, TypeReference @base ) : bool
IsSameAs ( this @this, TypeReference other ) : bool

메소드 상세

GetAssemblyName() 공개 정적인 메소드

public static GetAssemblyName ( this @this ) : string
@this this
리턴 string

IsDescendedFrom() 공개 정적인 메소드

public static IsDescendedFrom ( this @this, TypeReference @base ) : bool
@this this
@base TypeReference
리턴 bool

IsSameAs() 공개 정적인 메소드

public static IsSameAs ( this @this, TypeReference other ) : bool
@this this
other TypeReference
리턴 bool