MethodBuilder.CallingConvention プロパティ

定義

メソッドの呼び出し規則を返します。

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

プロパティ値

読み取り専用です。 メソッドの呼び出し規則。

適用対象