ProvideBindingRedirectionAttribute.GenerateCodeBase 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置生成的代码基元素。 如果为 false ,则不会为 GAC) 中的程序集生成重定向程序 (集的对应基本代码元素。
public:
property bool GenerateCodeBase { bool get(); void set(bool value); };
public:
property bool GenerateCodeBase { bool get(); void set(bool value); };
public bool GenerateCodeBase { get; set; }
member this.GenerateCodeBase : bool with get, set
Public Property GenerateCodeBase As Boolean