메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes the object and frees resources for the Garbage Collector.
|
|
NativeBinaryFactory ( ) : System |
Initializes a new instance of the NativeBinaryFactory class.
|
|
RegisterNativeBinary ( string name, byte resourceBytes ) : void |
Registers any embedded native (unmanaged) binaries required by ImageProcessor.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the object and frees resources for the Garbage Collector.
|
메소드 | 설명 | |
---|---|---|
FreeNativeBinaries ( ) : void |
Frees the reference to the native binaries.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | If true, the object gets disposed. |
리턴 | void |
public RegisterNativeBinary ( string name, byte resourceBytes ) : void | ||
name | string | /// The name of the native binary. /// |
resourceBytes | byte | /// The resource bytes containing the native binary. /// |
리턴 | void |