Метод | Описание | |
---|---|---|
GetAssemblyName ( this @this ) : string | ||
IsDescendedFrom ( this @this, TypeReference @base ) : bool | ||
IsSameAs ( this @this, TypeReference other ) : bool |
public static GetAssemblyName ( this @this ) : string | ||
@this | this | |
Результат | string |
public static IsDescendedFrom ( this @this, TypeReference @base ) : bool | ||
@this | this | |
@base | TypeReference | |
Результат | bool |
public static IsSameAs ( this @this, TypeReference other ) : bool | ||
@this | this | |
other | TypeReference | |
Результат | bool |