UnmanagedCallConvAttribute.CallConvs Field

Definition

Optional. Types indicating calling conventions for the unmanaged target.

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

Field Value

Type[]

Remarks

If null, the runtime will use the default platform calling convention.

Applies to

See also