开发者

How do I determine what assembly a namespace is in?

开发者 https://www.devze.com 2022-12-29 02:11 出处:网络
The MSDN documentation doesn\'t generally specify the assembly a namespace is in, so there\'s no easy way to add the necessary assembly reference.开发者_StackOverflow

The MSDN documentation doesn't generally specify the assembly a namespace is in, so there's no easy way to add the necessary assembly reference.开发者_StackOverflow

NOTE: I am using MonoDevelop, so right-click, resolve is not an option.


Take a look at this example: http://msdn.microsoft.com/en-us/library/dd321424(VS.100).aspx

Task(Of TResult) Class

Represents an asynchronous operation that can return a value.

Namespace: System.Threading.Tasks

Assembly: mscorlib (in mscorlib.dll)

Namespaces can cross multiple assemblies, so you need to look for the assembly a specific class is in.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号