DisposeContext() 공개 메소드

Removes all TPM objects referenced by this context and then removes the context from the TBS database.
public DisposeContext ( TbsContext c ) : void
c TbsContext
리턴 void
예제 #1
0
 protected sealed override void Dispose(bool disposing)
 {
     if (disposing)
     {
         Tbs.DisposeContext(this);
     }
     base.Dispose(disposing);
 }