MethodBase.CallingConvention 屬性

定義

取得值,指出這個方法的呼叫慣例。

public:
 virtual property System::Reflection::CallingConventions CallingConvention { System::Reflection::CallingConventions get(); };
public virtual System.Reflection.CallingConventions CallingConvention { get; }
member this.CallingConvention : System.Reflection.CallingConventions
Public Overridable ReadOnly Property CallingConvention As CallingConventions

屬性值

這個方法的 CallingConventions

實作

適用於

另請參閱