daisy_scope_description() 개인적인 메소드

private daisy_scope_description ( IntPtr scope, string name ) : string
scope System.IntPtr
name string
리턴 string
예제 #1
0
 public string Description(string name)
 {
     Debug.Assert(scope != (IntPtr)0);
     return(DLL.daisy_scope_description(scope, name));
 }