コード例 #1
0
 public static Sdk FromEntryAssembly(SdkId id, string name = null, string profile = null, string version = null);
コード例 #2
0
 public static bool IsNot(this Sdk sdk, SdkId id);
コード例 #3
0
 public Sdk(SdkId id, FrameworkName targetFramework, IEnumerable <string> assemblySearchPaths, string name = null, string profile = null, string version = null);