AOSLoadGen.spawnClass(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool spawnClass(int _classId, System::String ^ _parm);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool spawnClass (int _classId, string _parm);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member spawnClass : int * string -> bool
override this.spawnClass : int * string -> bool
Public Overridable Function spawnClass (_classId As Integer, _parm As String) As Boolean
Parameters
- _classId
- Int32
- _parm
- String
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute