Exemplo n.º 1
0
 public static Sdk FromEntryAssembly(SdkId id, string name = null, string profile = null, string version = null);
Exemplo n.º 2
0
 public static bool IsNot(this Sdk sdk, SdkId id);
Exemplo n.º 3
0
 public Sdk(SdkId id, FrameworkName targetFramework, IEnumerable <string> assemblySearchPaths, string name = null, string profile = null, string version = null);