Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Microsoft VisualStudio2012にAsyncTargetingPackを適用する場合、メモリリークを回避するために、開発者がリリースイベントハンドラーに注意を払う必要があるかどうかを知りたいですか?
開発者がメモリリークを回避するためにリリースイベントハンドラーを気にする必要があるかどうかを知りたいですか?
Async Targeting Packは、イベントとイベントハンドラーに影響を与えません。これは、イベントやイベント処理とはまったく関係のない新しいasync/await構文で.NET4をターゲットにするために必要な追加機能を追加するだけです。