예제 #1
0
    public virtual HFileIOResult FileInputByKey(string filename, MVO_POINTER_SIZED_INT key, HInputHandlerOptions options)
    {
        HFileIOResult ret = (HFileIOResult)((this.GetType() == typeof(HInputHandler)) ? HCSMVOPINVOKE.HInputHandler_FileInputByKey(swigCPtr, filename, key, HInputHandlerOptions.getCPtr(options)) : HCSMVOPINVOKE.HInputHandler_FileInputByKeySwigExplicitHInputHandler(swigCPtr, filename, key, HInputHandlerOptions.getCPtr(options)));

        return(ret);
    }
예제 #2
0
 public static HandleRef getCPtr(HInputHandlerOptions obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
 public HInputHandlerOptions(HInputHandlerOptions o) : this(HCSMVOPINVOKE.new_HInputHandlerOptions__SWIG_1(HInputHandlerOptions.getCPtr(o)), true)
 {
 }
예제 #4
0
    public virtual HFileIOResult Read(string FileName, HBaseView pHView, bool clean_include, HInputHandlerOptions options)
    {
        HFileIOResult ret = (HFileIOResult)((this.GetType() == typeof(HBaseModel)) ? HCSMVOPINVOKE.HBaseModel_Read__SWIG_0(swigCPtr, FileName, HBaseView.getCPtr(pHView), clean_include, HInputHandlerOptions.getCPtr(options)) : HCSMVOPINVOKE.HBaseModel_ReadSwigExplicitHBaseModel__SWIG_0(swigCPtr, FileName, HBaseView.getCPtr(pHView), clean_include, HInputHandlerOptions.getCPtr(options)));

        return(ret);
    }