Initializes a new instance of the Licensing class.
Syntax
'Declaration
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
ByVal As System.IntPtr _
)
'Usage
Dim instanceId As System.IntPtr
Dim instance As New Licensing(instanceId)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public Licensing(
System.IntPtr
)
public Licensing(
: System.IntPtr
);
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function Licensing(
: System.IntPtr
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: Licensing(
System.IntPtr
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
Licensing(
System.IntPtr
)
Parameters
- instanceId
-
See Also