C# Class AcTools.Render.Base.Utils.SlimDxExtension.CacheObject

Inheritance: IDisposable
ファイルを表示 Open project: gro-ove/actools

Public Properties

Property Type Description
Array byte[]
Data DataStream
Pointer System.IntPtr

Public Methods

Method Description
CacheObject ( int len ) : System
Dispose ( ) : void

Method Details

CacheObject() public method

public CacheObject ( int len ) : System
len int
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Array public_oe static_oe property

public static byte[] Array
return byte[]

Data public_oe property

public DataStream Data
return DataStream

Pointer public_oe property

public IntPtr,System Pointer
return System.IntPtr