AdapterCodeMethods.ConvertLargeIntegerToInt64(PSObject, PSObject) Method

Definition

Converts instance of LargeInteger to .net Int64.

public:
 static long ConvertLargeIntegerToInt64(System::Management::Automation::PSObject ^ deInstance, System::Management::Automation::PSObject ^ largeIntegerInstance);
public static long ConvertLargeIntegerToInt64 (System.Management.Automation.PSObject deInstance, System.Management.Automation.PSObject largeIntegerInstance);
static member ConvertLargeIntegerToInt64 : System.Management.Automation.PSObject * System.Management.Automation.PSObject -> int64
Public Shared Function ConvertLargeIntegerToInt64 (deInstance As PSObject, largeIntegerInstance As PSObject) As Long

Parameters

deInstance
PSObject

Instance of PSObject wrapping DirectoryEntry object

largeIntegerInstance
PSObject

Instance of PSObject wrapping LargeInteger instance

Returns

Converted Int64.

Applies to