C# Class TypeReferenceExtensions, realm-dotnet

Exibir arquivo Open project: realm/realm-dotnet Class Usage Examples

Public Methods

Method Description
GetAssemblyName ( this @this ) : string
IsDescendedFrom ( this @this, TypeReference @base ) : bool
IsSameAs ( this @this, TypeReference other ) : bool

Method Details

GetAssemblyName() public static method

public static GetAssemblyName ( this @this ) : string
@this this
return string

IsDescendedFrom() public static method

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

IsSameAs() public static method

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