Méthode | Description | |
---|---|---|
GetEnumUnderlyingType ( this type ) : MosaType | ||
GetPrimitiveSize ( this type, int nativeSize ) : int? | ||
RemoveModifiers ( this type ) : MosaType | ||
ToArray ( this type, MosaArrayInfo info ) : MosaType | ||
ToFnPtr ( this typeSystem, MosaMethodSignature signature ) : MosaType | ||
ToManagedPointer ( this type ) : MosaType | ||
ToSZArray ( this type ) : MosaType | ||
ToUnmanagedPointer ( this type ) : MosaType |
Méthode | Description | |
---|---|---|
AddArrayMethods ( |
public static GetEnumUnderlyingType ( this type ) : MosaType | ||
type | this | |
Résultat | MosaType |
public static GetPrimitiveSize ( this type, int nativeSize ) : int? | ||
type | this | |
nativeSize | int | |
Résultat | int? |
public static RemoveModifiers ( this type ) : MosaType | ||
type | this | |
Résultat | MosaType |
public static ToArray ( this type, MosaArrayInfo info ) : MosaType | ||
type | this | |
info | MosaArrayInfo | |
Résultat | MosaType |
public static ToFnPtr ( this typeSystem, MosaMethodSignature signature ) : MosaType | ||
typeSystem | this | |
signature | MosaMethodSignature | |
Résultat | MosaType |
public static ToManagedPointer ( this type ) : MosaType | ||
type | this | |
Résultat | MosaType |
public static ToSZArray ( this type ) : MosaType | ||
type | this | |
Résultat | MosaType |
public static ToUnmanagedPointer ( this type ) : MosaType | ||
type | this | |
Résultat | MosaType |