C# Class TypeReferenceExtensions, realm-dotnet

Afficher le fichier Open project: realm/realm-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
GetAssemblyName ( this @this ) : string
IsDescendedFrom ( this @this, TypeReference @base ) : bool
IsSameAs ( this @this, TypeReference other ) : bool

Method Details

GetAssemblyName() public static méthode

public static GetAssemblyName ( this @this ) : string
@this this
Résultat string

IsDescendedFrom() public static méthode

public static IsDescendedFrom ( this @this, TypeReference @base ) : bool
@this this
@base TypeReference
Résultat bool

IsSameAs() public static méthode

public static IsSameAs ( this @this, TypeReference other ) : bool
@this this
other TypeReference
Résultat bool