private static extern IntPtr Create(UploadHandlerFile self, string filePath);
Exemple #2
0
 public UploadHandlerFile(string filePath)
 {
     this.m_Ptr = UploadHandlerFile.Create(this, filePath);
 }