UnmanagedCallersOnlyAttribute.CallConvs Field

Definition

Optional. If omitted, the runtime will use the default platform calling convention.

public: cli::array <Type ^> ^ CallConvs;
public Type[]? CallConvs;
val mutable CallConvs : Type[]
Public CallConvs As Type() 

Field Value

Type[]

Remarks

Supplied types must be from the official System.Runtime.CompilerServices namespace and be of the form CallConvXXX.

Applies to

See also