GetAddress() protected method

protected GetAddress ( string funcname ) : IntPtr
funcname string
return System.IntPtr
Exemplo n.º 1
0
 public override IntPtr GetAddress(string function)
 {
     return(Glx.GetAddress(function));
 }