daisy_frame_description() private method

private daisy_frame_description ( IntPtr frame ) : string
frame System.IntPtr
return string
Exemplo n.º 1
0
 public string Description()
 {
     Debug.Assert(frame != (IntPtr)0);
     return(DLL.daisy_frame_description(frame));
 }