Share via


AOSLoadGen.newmethod Method

Definition

Overloads

newmethod()

Creates an instance of the AOSLoadGen class.

newmethod(String)
newmethod(String, Int32)

newmethod()

Creates an instance of the AOSLoadGen class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Remarks

Control of the input to the new method could be a security risk. Therefore, this method runs under Code Access Security. Calls to this method on the server require permission from the ExecutePermission class. Make sure that the user has development privileges by setting the security key to SysDevelopment on the control that calls this method.

Applies to

newmethod(String)

public:
 void newmethod(System::String ^ text1);
public void newmethod (string text1);
override this.newmethod : string -> unit
Public Sub newmethod (text1 As String)

Parameters

text1
String

Applies to

newmethod(String, Int32)

public:
 void newmethod(System::String ^ _user, int _infoClass);
public void newmethod (string _user, int _infoClass);
override this.newmethod : string * int -> unit
Public Sub newmethod (_user As String, _infoClass As Integer)

Parameters

_user
String

The information class that is used to create the instance of the AOSLoadGen class. The default value is info.

_infoClass
Int32

The information class that is used to create the instance of the AOSLoadGen class. The default value is info.

Applies to