Re: Using early-bound interface on a late-bound object
- From: "Larry Serflaten" <serflaten@xxxxxxxxxxxxxx>
- Date: Fri, 16 Sep 2005 02:48:24 -0500
"Jiho Han" <jhan@xxxxxxxxxxxxxxxx> wrote
> If create a late-bound object but use an early-bound interface on it, am
> I gaining anything w.r.t. performance?
Yes, by using the early bound interface, you gain the advantages of
being early bound. Early binding effects how the complier handles
runtime calls on the object, as well as provides the data needed for VB
to supply design time Intellisense.
LFS
.
- References:
- Using early-bound interface on a late-bound object
- From: Jiho Han
- Using early-bound interface on a late-bound object
- Prev by Date: Re: Using early-bound interface on a late-bound object
- Next by Date: Re: Inspecting objects and arrays
- Previous by thread: Re: Using early-bound interface on a late-bound object
- Next by thread: Can I display 1,000,000 ?
- Index(es):