GetAddress() protected méthode

protected GetAddress ( string funcname ) : IntPtr
funcname string
Résultat System.IntPtr
Exemple #1
0
 public override IntPtr GetAddress(string function)
 {
     return(Glx.GetAddress(function));
 }