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

实现

适用于

另请参阅