CreateProductionNodeFromNative() 공개 정적인 메소드

public static CreateProductionNodeFromNative ( IntPtr hNodeHandle ) : ProductionNode
hNodeHandle System.IntPtr
리턴 ProductionNode
예제 #1
0
 public static ProductionNode FromNative(IntPtr nodeHandle)
 {
     return(Context.CreateProductionNodeFromNative(nodeHandle));
 }