Changeset 1446 for trunk/eraser6/Eraser.Manager/Plugins.cs
- Timestamp:
- 1/4/2010 10:17:05 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser.Manager/Plugins.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Manager/Plugins.cs
r1360 r1446 349 349 350 350 /// <summary> 351 /// Gets the IPlugin interface which the plugin exposed. 351 /// Gets the IPlugin interface which the plugin exposed. This may be null 352 /// if the plugin was not loaded. 352 353 /// </summary> 353 354 public IPlugin Plugin { get; internal set; } 355 356 /// <summary> 357 /// Gets whether this particular plugin is currently loaded in memory. 358 /// </summary> 359 public bool Loaded 360 { 361 get { return Plugin != null; } 362 } 354 363 355 364 private Assembly assembly;
Note: See TracChangeset
for help on using the changeset viewer.
