C# Class _3PA.Interop.FuncItems

Inheritance: IDisposable
显示文件 Open project: jcaillon/3P

Public Methods

Method Description
Add ( FuncItem funcItem ) : void
Dispose ( ) : void
FuncItems ( ) : System
RefreshItems ( ) : void

Private Methods

Method Description
RtlMoveMemory ( IntPtr Destination, IntPtr Source, int Length ) : void

Method Details

Add() public method

public Add ( FuncItem funcItem ) : void
funcItem FuncItem
return void

Dispose() public method

public Dispose ( ) : void
return void

FuncItems() public method

public FuncItems ( ) : System
return System

RefreshItems() public method

public RefreshItems ( ) : void
return void