托管类和接口可以具有属性。
介绍用于同步多个线程的活动的托管类。
Describes the managed classes used to synchronize the activities of multiple threads.
托管类中不能有本身有成员初始化列表的静态构造函数。
A managed class cannot have a static constructor that also has a member initialization list.
需要某实例来获取托管类或接口的非静态数据成员的地址。
An instance is needed to take the address of nonstatic data members of a managed class or interface.
为平台调用设计托管类时,应考虑类和dll函数之间的关系。
When designing a managed class for platform invoke, consider the relationships between classes and DLL functions.
要封装平台功能,一种有效的方法是将常用的DLL函数包装在托管类中。
Wrapping a frequently used DLL function in a managed class is an effective approach to encapsulate platform functionality.
实现类接口(由COM互操作生成的接口)的托管类会受到版本控制的限制。
Managed classes that implement the class interface (a COM interop-generated interface) are subject to versioning restrictions.
创建自定义HTTP模块和HTTP处理程序是相对简单的任务,包括创建实现正确接口的托管类。
Creating custom HTTP modules and HTTP handlers are relatively simple tasks, which involve created a managed class that implements the correct interface.
主机托管类公司也提供了在远离公司的计算中心运行公司软件,按月及按年计费的业务。
Hosting companies also offered to run companies' software in their far-off computing centers for monthly and yearly fees.
按照获取和设置托管类所公开的属性时所采用的方式,您可以获取或设置COM对象所公开的属性。
You can get or set a property exposed by a COM object the way you get and set properties exposed by a managed class.
托管客户端可以按常规方式创建COM类型的新实例,然后通过元数据获取类信息,就像处理其他任何托管类一样。
Managed clients can create a new instance of a COM type in the usual way and obtain class information through metadata as they would for any other managed class.
像所有其他ado.net提供程序一样,DB 2托管提供程序实现了相同的标准ado.net类集和方法集。
Like all the other ADO.NET providers, the DB2 managed provider implements the same set of standard ADO.NET classes and methods.
Spring附带了一个变量解析器实现类,允许您在JSF表达式中引用 Spring托管Bean。
Spring comes with a variable resolver implementation class that lets you reference Spring managed beans in JSF expressions.
根据CDI规范,有一个no - arg默认构造函数使得这个类能成为托管bean。
According to the CDI specification, having a no-arg default constructor makes this class eligible to be a managed bean.
清单5演示如何将viewrestorer类配置为faces - config . xml中的托管bean,以便使SupportForm . jsp页面的js f组件可以使用侦听器方法?
Listing 5 shows how the ViewRestorer class is configured as a managed bean in faces-config.xml so that the JSF components of the SupportForm.jsp page can use the listener methods.
清单5显示了catalog类的实现,它的实例—名为catalog—被配置为J SF中的托管bean。
Listing 5 shows the implementation of the catalog class, whose instance - named catalog - you configured in JSF as a managed bean.
将您的处理程序定义为被应用程序识别为“AuthZViewHandler”,并通过or g. eaz . handlers . authzviewhandler类实现的第二个托管Bean。
Defines your handler as a second managed bean known to the application as "AuthZViewHandler" and implemented by the org.eaz.handlers.AuthZViewHandler class.
很多语言都通过仓库来解决该问题,其中仓库托管了类库、元数据以及工具,人们可以通过这种方式轻松从仓库中获取正确版本的类库。
Many languages solve the problem with repositories that host the libraries + metadata and tools that make it easy to pull the right versions of the libraries.
jQueryClass扩展:找到这个方便的扩展,它用于Google代码站点上托管的jQuery的类创建和管理。
JQuery class extension: Find this handy extension for class creation and management for jQuery that is hosted on the Google code site.
JBI容器托管了2类不同的插件组件9。
JBI container hosts two distinct types of plug-in components 9.
我们可以通过套用VisualStudio 2005的类库模板来开始编写一个ExcelServices的托管代码型UDF组件。
You can use the Visual Studio 2005 class library template to easily create an Excel Services managed-code UDF assembly.
按照约定,托管bean的名称与类名相同,类名的第一个字母被转换为小写。
By convention, the name of a managed bean is the same as the class name, with the first letter of the class name converted to lowercase.
包含描述如何使用托管图形类的主题列表。
Contains a list of topics describing how to use managed graphics classes.
每当使用默认构造函数创建某个托管对称加密类的新实例时,都将自动创建新的密钥和IV。
Whenever you create a new instance of one of the managed symmetric cryptographic classes using the default constructor, a new key and IV are automatically created.
其余列中的托管结构和类声明显示在声明中可以调整的间接寻址级别的程度。
The managed structure and class declarations in the remaining columns show the degree to which you can adjust the level of indirection in your declaration.
该代理然后将类接口上的所有调用委托回托管对象。
The proxy then delegates all calls on the class interface back to the managed object.
例如,封送拆收器确定应当使用类包装来包装传递到托管代码中的接口。
For example, the marshaler determines that the class wrapper should be used to wrap the interface that was passed into managed code.
代理对象继承托管对象(例如垃圾回收、对成员和方法的支持)的关联语义,可以将其进行扩展以形成新类。
A proxy object inherits the associated semantics of managed objects such as garbage collection, support for members and methods, and can be extended to form new classes.
代理对象继承托管对象(例如垃圾回收、对成员和方法的支持)的关联语义,可以将其进行扩展以形成新类。
A proxy object inherits the associated semantics of managed objects such as garbage collection, support for members and methods, and can be extended to form new classes.
应用推荐