DynamicMethod.CallingConvention プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)

Public Overrides ReadOnly Property CallingConvention As CallingConventions
public override CallingConventions CallingConvention { get; }
public: virtual property CallingConventions CallingConvention { CallingConventions get () override; }
メソッドの呼び出し規約を示す CallingConventions 値のいずれか。


動的メソッドの呼び出し規約を表示するコード例を次に示します。このコード例は、DynamicMethod クラスのトピックで取り上げているコード例の一部分です。
' Display the calling convention of the dynamic method, set when the ' dynamic method was created. Console.WriteLine(vbCrLf & "Calling convention: {0}", _ hello.CallingConvention)
// Display the calling convention of the dynamic method, set when the // dynamic method was created. Console.WriteLine("\r\nCalling convention: {0}", hello.CallingConvention);

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDynamicMethod.CallingConvention プロパティを検索する場合は、下記のリンクをクリックしてください。

- DynamicMethod.CallingConvention プロパティのページへのリンク