Méthode | Description | |
---|---|---|
IsAssignableTo ( this source, |
Determines whether specified Type can be assigned to source Type.
|
|
ToILString ( this source ) : string |
Get IL friendly attributes string.
|
Méthode | Description | |
---|---|---|
AddString ( StringBuilder buffer, MethodAttributes source, MethodAttributes flag, string stringified ) : void | ||
AddString ( StringBuilder buffer, MethodImplAttributes source, MethodImplAttributes flag, string stringified ) : void |
public static IsAssignableTo ( this source, |
||
source | this | The source type. |
target | The type to compare with the source type. | |
Résultat | bool |
public static ToILString ( this source ) : string | ||
source | this | |
Résultat | string |