Click or drag to resize

SimpleNamingContext Methods

The SimpleNamingContext type exposes the following members.

Methods
  NameDescription
Public methodBind
Bind an object to a name. Throws an exception if the name is already bound.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodList
Public methodLookup
Lookup an object by name.
Public methodRebind
Bind an object to a name. If the object is already bound, rebind it.
Public methodRename
Rename the object at oldName with newName.
Public methodUnbind
Unbind the object at the given name.
Top
See Also