AdapterCodeMethods Class

Definition

Contains CodeMethod implementations for some adapted types like:

  1. DirectoryEntry Related Code Methods (a) Convert from DE LargeInteger to Int64. (b) Convert from DE Dn-With-Binary to string.
public ref class AdapterCodeMethods abstract sealed
public ref class AdapterCodeMethods abstract sealed
class AdapterCodeMethods abstract sealed
public static class AdapterCodeMethods
type AdapterCodeMethods = class
Public Class AdapterCodeMethods
Inheritance
AdapterCodeMethods

Methods

ConvertDNWithBinaryToString(PSObject, PSObject)

Converts instance of DN-With-Binary to .net String

ConvertLargeIntegerToInt64(PSObject, PSObject)

Converts instance of LargeInteger to .net Int64.

Applies to