FreeLibrary() 공개 메소드

public FreeLibrary ( ) : bool
리턴 bool
예제 #1
0
 public bool FreeLibrary()
 {
     _IsLoaded = false;
     if (_wrapper != null)
     {
         return(_wrapper.FreeLibrary());
     }
     return(true);
 }
예제 #2
0
 public bool FreeLibrary()
 {
     return(m_wrapper.FreeLibrary());
 }