AssemblyBuilder.ImageRuntimeVersion 属性
定义
获取将保存在包含清单的文件中的公共语言运行时的版本。Gets the version of the common language runtime that will be saved in the file containing the manifest.
public:
virtual property System::String ^ ImageRuntimeVersion { System::String ^ get(); };
public override string ImageRuntimeVersion { get; }
member this.ImageRuntimeVersion : string
Public Overrides ReadOnly Property ImageRuntimeVersion As String
属性值
表示公共语言运行时版本的字符串。A string representing the common language runtime version.
例外
调用方没有所要求的权限。The caller does not have the required permission.