AssemblyBuilder.CodeBase 属性
按照最初的指定,获取程序集的位置(例如,在 AssemblyName 对象中)。
**命名空间:**System.Reflection.Emit
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Overrides ReadOnly Property CodeBase As String
用法
Dim instance As AssemblyBuilder
Dim value As String
value = instance.CodeBase
public override string CodeBase { get; }
public:
virtual property String^ CodeBase {
String^ get () override;
}
/** @property */
public String get_CodeBase ()
public override function get CodeBase () : String
属性值
程序集的位置(按照最初的指定)。
异常
异常类型 | 条件 |
---|---|
目前不支持此方法。 |
|
调用方没有所要求的权限。 |
备注
若要获取已加载的清单包含文件的绝对路径,请使用 Assembly.Location 属性。
.NET Framework 安全性
- ReflectionPermission 当通过类似 Type.InvokeMember 的机制以后期绑定的形式进行调用时。关联的枚举:ReflectionPermissionFlag.MemberAccess。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
AssemblyBuilder 类
AssemblyBuilder 成员
System.Reflection.Emit 命名空间