Class SharedNativeResourceFactory
Inheritance
System.Object
SharedNativeResourceFactory
Assembly: IronWord.dll
Syntax
public abstract class SharedNativeResourceFactory : Object
Constructors
SharedNativeResourceFactory()
Declaration
protected SharedNativeResourceFactory()
Methods
Get(String)
Declaration
public static IntPtr Get(string Name)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
Returns
Type |
Description |
System.IntPtr |
|
Set(String, IntPtr)
Declaration
public static void Set(string Name, IntPtr Value)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
System.IntPtr |
Value |
|