상속: IDisposable
예제 #1
0
 public static switch_log_node_t switch_log_node_dup(switch_log_node_t node)
 {
     IntPtr cPtr = freeswitchPINVOKE.switch_log_node_dup(switch_log_node_t.getCPtr(node));
     switch_log_node_t ret = (cPtr == IntPtr.Zero) ? null : new switch_log_node_t(cPtr, false);
     return ret;
 }
예제 #2
0
 internal static HandleRef getCPtr(switch_log_node_t obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }